Add an Agree to terms and conditions checkbox on the form | Community
Skip to main content
December 1, 2015
Solved

Add an Agree to terms and conditions checkbox on the form

  • December 1, 2015
  • 1 reply
  • 3137 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
December 1, 2015

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.

December 1, 2015

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.