By webmanoffesto on
1. I'm using WebForm for an "I want to register for X" page
I want to use a drop down list for the person to select their status
e.g.
- new in town
- tourist
- long term resident
But I'm getting the error message below:
"Options within the select list must be unique. The following keys have been used multiple times:"
How do I fix that problem?
2. How do I set the validation
3. Can I have the results of the form e-mailed to the submitter?
Comments
Even i came across the same problem
But the problem is solved after sometime.
Actually, don't use empty space after any option.
It will work fine.