View Single Post
  #1  
Old 01-21-2008, 05:47 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Month as "# - text" in CC info

Please move if not in the right forum. On the checkout page, payment method "credit cart" I want month box to say "01 - January", "02 - February", etc. I can make the text to appear like this but I'm not sure which value will xcart use. It will look like this

<select name="card_expire_Month">
<option label="Month..." value="" selected="selected">Month...</option>
<option label="01 - January" value="01">01 - January</option>
<option label="02 - February" value="02">02 - February</option>
....................
</select>

and if xcart uses "value" as month than is ok to have it like this. I think it will work but ..... Anyone?
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote