Required fields on registration page

Hi,

I have a problem here,
New to wordpress and s2Member.

When i create my registration pages, they have several “required fields”.

When the page is filled in (including the required fields), the page complains that the required fields are not filled in.

Is this a corruption??

Help.

Also…
We accept members from worldwide countries.
I have a dropdown for country selection.
I have a dropdown for State selection

would love a pointer on how to make the “Select State” question disappear if the user is not from the USA
and a uk county dropdown appear if theyre from the UK.

I hope that makes sense.

Thanks

Sue

ah - its ok

sorted it - the dropdown needed 2 parameters in the list.

Major problem solved.

Would love some help with the second half of my question though

1 Like

Hi Sue.

would love a pointer on how to make the “Select State” question disappear if the user is not from the USA
and a uk county dropdown appear if theyre from the UK.

The default functionality of the custom fields doesn’t include such interactivity between them, but makes customizations possible. You’d use JavaScript, so that when the country field has a certain value, the other fields are shown or hidden.

I hope that helps! :slight_smile: