Dropdown validation

Hi Is there a way to validate a dropdow menu. I have it set up as below. when the page loads, option 1 is visible and if you submit the form option 1 is what is recorded in the profile. This means that no validation is taking place even thought I selected required in the custom fields dropdown

option1|option 1
option2|option 2
option3|option 3

What you mean as “validation”?

Hi Krumch
By validation I mean a required field.
When a normal text field is set to required and you don’t input anything it tells you the field is required.
With the drop down menu if you don’t select A drop down option it assumes you chose the first item (option 1) and no required error occurs.
Is there a way to have a no default option as though it where empty so a validation error occurs if you don’t select anything option 1 2 or 3 in my example
Thanks
Paul M

I am not tested this, but try to set a free field as default one, like this:

|Choose one
option1|option 1
option2|option 2
option3|option 3

This way the “null” value should force s2M to show error. But not really sure, test it.

Dear Krumch
Thank you, This has fixed the issue
Paul M