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.

One line with checkbox before it, and a required star after it.

  1. How to make this using Gravity Forms, for example:
    'Checkbox' Subscribe to this Topic Via Email 'And make it required with a *'

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  2. What I would do is create your checkbox field with a label and make it required. Then add this as the option label for the checkbox: "Subscribe to this Topic Via Email *"

    Then hide the field label with CSS. If you get stuck, post a link to your form.

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  3. Just added this rule to my style.css, but nothing happens:
    #field_1_19 label {
    display:none;
    }

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  4. Richard Vav
    Administrator

    Can you post a link to the form so we can take a look

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  5. David Peralty

    Can you link to your form please?

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  6. The link to the form is:
    http://www.oliowerktaan.nl/13-7399/registration/

    Click this radiobutton to see the rule that I want to change:
    Payment method* >
    Authorization for direct debit

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  7. Should be:

    #field_2_19 .gfield_label {
    display:none;
    }

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  8. Thanks that worked!

    Posted 10 years ago on Thursday July 11, 2013 | Permalink
  9. Richard Vav
    Administrator

    Good to hear.

    Posted 10 years ago on Thursday July 11, 2013 | Permalink

This topic has been resolved and has been closed to new replies.