[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] adding text field to checkout.html
I wanted to add an extra text field in the checkout.html page that would
give the name on credit card with the order. I tried adding the INPUT
mv_credit_card_name as shown below, but did not work. any suggestions?
<td align=right colspan=2 class="contentbar1">
Card # <b><INPUT TYPE=text NAME=mv_credit_card_number
SIZE=22></b>
Name on Card <b><INPUT TYPE=text NAME=mv_credit_card_name SIZE=22></b>
</td>