Dropdown value issue
-
I have an issue with dropdowns in my forms.
On my registration page, I have 3 drop dropdown fields. When someone fill those forms and hit the registration button, the content (text value) of those dropdown is stored in the database. And that what I need.
My problem is when a user edit its profile and confirm the modification, the text that was in the DB is replace by a number that the indicate the position in the dropdown fields.
How can I keep getting text value form those dropdown when a profile get updated, because I’m using those field for different validations through my website; and those validations are based on text value, not numbers.
Thanks!
The topic ‘Dropdown value issue’ is closed to new replies.