How can I change state/province dropdown field to input field

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Dear All,

I want to change the state/province dropdown list to input field in registration/checkout etc.., Could anyone have any idea regarding this?

Thanks
Hitesh
11 years ago
State/Province is stored as an ID and references the table StateProvince V2.5 (may be different table name in the version you are using you didn't say).

This is for a number of reasons the primary one being customers are unlikely to enter the correct spelling or will use some random abbreviation.

You could add your own states to the table there is a countyId as well making it quite versatile.

I think you'll find changing the code to a free input quite difficult - not so much that change but all the other changes you would have to make.

HTH

Dave
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.