How to remove underscores from a form field?
Let me preface this by saying that I am not a coder by any means. I am trying to create a form that auto-fills two fields based on a selection made from a drop down box. The drop down box includes a list of three account names: Health Plan, Retirement Plan, and Disability & Survivor Plan. I can get the auto-fill fields to populate only when the items have underscores in their names (ie - Health_Plan, Retirement_Plan, and Disability_&_Survivor_Plan). The underscores are fine for coding purposes, but I do not want them to appear on the form - I would rather them show up with spaces. Is this possible? How can I achieve this?