Form Builder - Drops Options with duplicate values
Hi,
I am using the form builder to generate a contact form. One of the options of the form is a Select field in which in there are addresses that relate to various different things. So in the form builder they're entered like so:
email1@stuff.com:option1
email2@stuff.com:option2
If I enter options like this - so I have two options pointing to the same email address:
email1@stuff.com:option1
email1@stuff.com:option2
then the first option is dropped from the list and option the second options will be available in the form. This occurs on save. Any thoughts on why this occurs or how to solve it?
Thanks.
Comments
http://docs.getfuelcms.com/modules/forms
If so, do the option1, option2 values have spaces, commas or pipes in them?
On a side note: I've since tried using the enum field type instead and the issue is still present.
See screenshots in the following links:
https://www.dropbox.com/s/gla4de21rjakq15/formissue1.PNG?dl=0
Then I hit save and the following happens:
https://www.dropbox.com/s/v0ba21az4z9jrxr/formissue2.PNG?dl=0
Thanks.