Hi,
I read thru this forum for hours and finally found out why I had both a Drop Down State Field and an input State Field on my Create an Account form page.
The solution was to add this to your stylesheet.css file:
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}
I did that - and my extra state input field did go away!
But it caused my Zip Code field to be out of alignment now :-(
http://production.web-tactics.com/in...create_account
Can anyone help me figure out how to get my Zip Code field back in alignment with the other fields on this form??
Thanks so much.



