How to add conditionals in your agreement template

For example, if you want to display a checkbox if a user custom field agreeTerms is true or false


Then in your agreement, add this:

Agree with Terms: <% if (user.customFields.agreeTerms != '') { %>Yes<%} else { %> No<%}%>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us