SOLVED

Re: Options displayed in the form vs data written to the field

Go to solution
Anonymous
Not applicable

Options displayed in the form vs data written to the field

Hi,

I'm trying to create several fields in a form that display differently to the prospect/partner than what gets populated when the form is submitted. For example, for the field "Number of Employees", I want the drop-down menu to have 100-200. However, we don't want a range in our data, we want an integer, like perhaps 100, that falls in that range. I had seen where past admins had used "100-200::100" as a value to achieve this, but when I test the form on a landing page, I still see the entire value, including the colons, instead of just what's before the colons. Is this still a function with Forms 2.0, and can anyone offer some advice to accomplish this? Thanks!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Options displayed in the form vs data written to the field

You can still do this, but the editor is different. You will have to change the values to be separated by | in the forms editor instead of the colon.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Options displayed in the form vs data written to the field

You can still do this, but the editor is different. You will have to change the values to be separated by | in the forms editor instead of the colon.
Anonymous
Not applicable

Re: Options displayed in the form vs data written to the field

Awesome, thank you.