Portal Engine
Version 3.x > Portal Engine > Submitting BizForm View modes: 
User avatar
Member
Member
gavin.bates - 12/1/2008 8:20:27 AM
   
Submitting BizForm
Hi,

Have generated a BizForm which requires user to 'tick box to accept our Terms and Conditions'

The problem is that the tick-box field treats the result as 'true' or 'false' and so allows the form to be submitted regardless on whether this field is 'ticked'

Wondering if there is something built-in that i have missed or alter to stop the form being processed unless the field is ticked?

Thanks

Gavin

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 12/2/2008 8:34:02 AM
   
RE:Submitting BizForm
Hi Gavin,

you can achieve this by adding field of Attribute type TEXT and Field type MULTIPLE CHOICE and you will enter only one pair - e.g. true and space (true; ).

Best Regards,
Juraj Ondrus

User avatar
Member
Member
gavin.bates - 12/5/2008 5:12:32 AM
   
RE:Submitting BizForm
Worked a treat - Thanks!