Jump to content

Registration Form Problem


Recommended Posts

On my new registrations form it has the drop down box to pick your country. I changed this to only USA in my admin but it still lists all countries. Also, there is no place to pick your state for your address in this form. How does someone put in their state? Does anyone know what file it is that I can edit to add the states to it. Thanks for any help.

Ok now I just tried to register and it does not even add my address or any of the info I just submited. strange

Link to comment
Share on other sites

  • 1 year later...

This will fix the state not displaying error in IE.

Change:

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none }



To

/* id_state field in managed via JS and is firstly hidden */
form p.id_state {  }

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...