What are people doing to make sure you get people to agree to terms and conditions in the checkout.
I want a compulsary tick box...
I want a compulsary tick box...
Edit Act_Order01.html look for <input type="TEXT" name="INVOICEUSERDEFINED" size="20" maxlength="255" value="NETQUOTEVAR:INVOICEUSERDEFINED"> replace that with <input type="CHECKBOX" name="INVOICEUSERDEFINED" value="checked" NETQUOTEVAR:INVOICEUSERDEFINED> and you'll get a compulsory checkbox that must be checked before you can proceed.
Comment