SOLVED

Add an Agree to terms and conditions checkbox on the form

Go to solution
Anonymous
Not applicable

Add an Agree to terms and conditions checkbox on the form

Hello,

I'm creating a form for a campaign with a specific terms and condition for customers to participate.  To add an "Agree to Terms and Condition Checkbox"  - something that looks like the attached picture, do we have to create a boolean value custom field in the lead database for this specific campaign?     Any suggestions will be appreciated.   Thanks.

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Add an Agree to terms and conditions checkbox on the form

If the idea is only to stop them from submitting the form without checking the checkbox, you could use the same boolean field for any campaign, dragging it into the appropriate spot.

You could also create a synthetic checkbox solely in JS (so you wouldn't need a corresponding field on the server at all) but with only one field to create, it's probably easier to use an actual lead field.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Add an Agree to terms and conditions checkbox on the form

If the idea is only to stop them from submitting the form without checking the checkbox, you could use the same boolean field for any campaign, dragging it into the appropriate spot.

You could also create a synthetic checkbox solely in JS (so you wouldn't need a corresponding field on the server at all) but with only one field to create, it's probably easier to use an actual lead field.

Anonymous
Not applicable

Re: Add an Agree to terms and conditions checkbox on the form

Thanks!  I didnt want to create the custom field only for one campaign and was wondering if the best practice is "recycling" the same field.