aerosmith Posted April 5, 2008 Posted April 5, 2008 I put the state abbreviation fix on my create_account file, it works, Is there a way to shorten the size of the state field so it will give the right idea to the Customers who come to the site to enter the abbreviation?
aerosmith Posted April 6, 2008 Author Posted April 6, 2008 I put the state abbreviation fix on my create_account file, it works, Is there a way to shorten the size of the state field so it will give the right idea to the Customers who come to the site to enter the abbreviation? nm fixed it ;) echo tep_draw_input_field('shippingstate','','size="2" maxlength="2"'); and echo tep_draw_input_field('state,'','size="2" maxlength="2"'); Both in create_account For those who want to know ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.