Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account state field


aerosmith

Recommended Posts

Posted

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?

Posted
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 ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...