I'm trying to duplicate the shipping question setup used on the TV Wall Brackets site.
What they have is the shipping question
Would you like items delivered to a DIFFERENT address to your billing address? O Yes O No
The page wont continue until you've selected one or the other.
Is it simple to change this code (from Act_Order01) to the two radio buttons?
What they have is the shipping question
Would you like items delivered to a DIFFERENT address to your billing address? O Yes O No
The page wont continue until you've selected one or the other.
Is it simple to change this code (from Act_Order01) to the two radio buttons?
NETQUOTEDEL:INVOICEPROMPT016
<tr>
<Actinic:LOCATION TYPE='SEPARATESHIP'>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:INVOICEPROMPT016</td>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" align=LEFT valign=TOP>
<input type="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS name="SEPARATESHIP" value="YES">
</td>
</Actinic:LOCATION>
</tr>
<tr>
<Actinic:LOCATION TYPE='SEPARATESHIP'>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:INVOICEPROMPT016</td>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" align=LEFT valign=TOP>
<input type="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS name="SEPARATESHIP" value="YES">
</td>
</Actinic:LOCATION>
</tr>
Comment