PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How to create a Terms & Conditions checkbox??

  1. I'm setting up a membership form for a fitness facility. At the end of the form, I would like a checkbox that says: "I have read and agree to xx's Terms & Conditions". I understand how to add a checkbox, but I'm not sure how to include a PDF that opens in a pop up when someone clicks on Terms & Conditions (or whatever best practice is used with Gravity Forms).

    I'm new to Gravity Forms and I'm not a developer, so if you could please be as specific with your response as possible it would be greatly appreciated.

    Posted 12 years ago on Wednesday January 25, 2012 | Permalink
  2. You can add HTML markup in the label section. The easiest thing would be to simply add a hyperlink to your PDF file in the label.. something like this.

    I have read the <a href="http://www.mytermsconditions.com/myterms.pdf" target="_blank">Terms and Conditions</a>

    admin screenshot: http://i.imgur.com/duP87.png

    Posted 12 years ago on Wednesday January 25, 2012 | Permalink
  3. You're awesome, Kevin. Thank you!

    Posted 12 years ago on Wednesday January 25, 2012 | Permalink
  4. It's great but can I hide the field label? I don't want this form element to have any label just to sit under the last field.

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  5. Now I created an admin field label to hide the main field label. However I can't make the required asterisk to disappear. See http://screencast.com/t/UxHtoiQth

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  6. Do you have a link to your form?

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  7. http://furlongdesign.com/plans/starter/

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  8. Drop this into your theme's stylesheet and it'll do the trick:

    [css]
    li#field_9_4 label span.gfield_required {
    display: none;
    }
    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  9. DIamandis
    Member

    Hello. I have tried this but it is not working for. To make sure I am using it correctly. The above example:

    li#field_9_4 label span.gfield_required {display: none;}

    The values 9 and 4 represent the form ID (9) and the field ID (4). Correct? So if my form ID is 1 and the field id is 25 i would use:

    li#field_1_25 label span.gfield_required {display: none;} Correct?

    Thank you

    Posted 11 years ago on Saturday September 8, 2012 | Permalink
  10. @Dlamandis, please post a link to your form so we can see what we're working with. Thank you.

    Posted 11 years ago on Sunday September 9, 2012 | Permalink