Genius Posted December 16, 2003 Share Posted December 16, 2003 does anyone know how to set the Post code box to be set to Caps so when a customer enters that post code it automatically shows as Caps text and not what they type in. Link to comment Share on other sites More sharing options...
radders Posted December 16, 2003 Share Posted December 16, 2003 probably replace this: $postcode = tep_db_prepare_input($HTTP_POST_VARS['postcode']);[\CODE]with[code] $postcode = strtoupper(tep_db_prepare_input($HTTP_POST_VARS['postcode']));[\CODE] Link to comment Share on other sites More sharing options...
Genius Posted December 17, 2003 Author Share Posted December 17, 2003 Hi Radders, Thank you so much. that did the trick. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.