View Single Post
  #2  
Old 01-05-2011, 02:38 AM
  TBone's Avatar 
TBone TBone is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 38
 

Default Re: How to remove Terms & Conditions

Probably the form action expects the checkbox field to be posted causing the error.
Try to create a hidden formfield with the same name as the checkbox field. Something like:

HTML Code:
<input type="hidden" value="Y" id="accept_terms" name="accept_terms">

and comment out the checkbox field.

Haven't tested it but it could work.
__________________
_____________________________________________
www.webcreatives.nl | X-Cart Shops
X-Cart Versions 4.1.x | 4.2.x | 4.3.x | 4.4.x
Parallelweg 124-14, 1948 NN BEVERWIJK
The Netherlands
Reply With Quote