How to make this using Gravity Forms, for example:
'Checkbox' Subscribe to this Topic Via Email 'And make it required with a *'
How to make this using Gravity Forms, for example:
'Checkbox' Subscribe to this Topic Via Email 'And make it required with a *'
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.
Just added this rule to my style.css, but nothing happens:
#field_1_19 label {
display:none;
}
Can you post a link to the form so we can take a look
Can you link to your form please?
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
Should be:
#field_2_19 .gfield_label {
display:none;
}
Thanks that worked!
Good to hear.