I want to add a link to my checkbox label so my visitors can click the link to view our terms and conditions before checking the box. How do I do that?
In BreezingForms Version 1.7.3 Build 740 and higher, you can use basic HTML in the LABEL field of QuickMode. So, just create a checkbox element, and then in the Label field, enter something like:
I agree to <a hred=http://mysite.com/terms.html target="_blank">Terms and Conditions</a>
Click on the SAVE PROPERTIES button to save the changes to the element, and then click on the SAVE icon in the upper right-hand corner of the screen to save the form itself.