This can be implemented a variety of ways.
If you want to popup the terms and conditions you can use a Checkbox field and include a link to the terms and conditions in the Checkbox Label value. Then make it a required field. The user won't be able to submit the form unless they check to agree to the terms and conditions, and in the choice label you can include a link to the terms and conditions because it supports HTML. It would look like this: http://i.imgur.com/7Fw6s.png
If you want to display the terms and conditions right on the page you can use the Section Break field. Give it a Field Label of "Terms and Conditions", put the Terms and Conditions text in the Field Description. Then go to the Advanced tab and give it a CSS Class Name of gf_scroll_text which will make it a scrolling text box. Then add a Checkbox field below the Section Break that contains your "I agree..." checkbox, you can leave the Field Label completely blank and instead go to the Advanced Tab and populate the Admin Label so there is a label for this field in the admin. It would look like this: http://i.imgur.com/D50yu.png
Posted 13 years ago on Friday July 8, 2011 |
Permalink