[ic] adding text field to checkout.html

AirDelights.com interchange-users@icdevgroup.org
Tue Aug 6 13:05:01 2002


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>