Adding a confirmation checkbox

Adding a confirmation checkbox with a description

To add a confirmation checkbox with a description to your form:

  1. Add a dropdown column to your board

  2. Add only one option to the dropdown column, such as "I agree to the terms and conditions"

  3. Add the new dropdown column to your form

  4. Mark the field as required in Easyform so users will have to check it

Here's how to do steps 1 and 2:

Click to view in full screen

Here's how to do steps 3 and 4:

Click to view in full screen

Since field descriptions support HTML, you can add a link to an external page, such as your Terms & Conditions, by using the following HTML tag in the field description:

<a href="https://yourdomain.com/your-terms" target="_blank">Terms and Conditions</a>

Adding a confirmation checkbox without a description

If you do not need to add a description to the confirmation box, you can just use a monday checkbox. First add the Checkbox column to your board and name it "Confirmation":

Click to view in full screen

Then, in the Easyform, add the confirmation checkbox to the form, set it to be required, and rename it to "I agree to the terms and conditions":

Click to view in full screen

Last updated