View Single Post
Old 31-03-2008, 06:46   #1 (permalink)
datahound
Spare Parts
 
datahound's Avatar
 
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 4,620
Concatenating field values before form submit

I am doing a payment gateway and I need to concatenate the month and year from two seperate dropdowns to one variable before submit.

$EXPDATE = $MONTH.$YEAR;

I guess is javascripty but I don't know any?

Or whether a javascript variable if constructed is recognised and passed by the form.

Thanks if you can help.
__________________
  Reply With Quote