Rules for radio box field
- EstebanMax
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
7 years 3 months ago #7856
by EstebanMax
Hello, I need to add a radio box field for privacy purposes.
Basically I want the form to be processed only if a user flag the "yes" radio field, otherwise the user can't register.
How can I do that?
Basically I want the form to be processed only if a user flag the "yes" radio field, otherwise the user can't register.
How can I do that?
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
7 years 3 months ago #7858
by Saka
Emir Sakic
www.sakic.net
You can do it with a required checkbox, not with radio buttons.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- EstebanMax
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
7 years 1 month ago #7882
by EstebanMax
yes of course I was wrong to write, it's checkbox.
However my question was if I can manage something like this:
Accept the policy privacy:
[] yes -- [] no
and the form can be processed only if the user checks "yes" (and as default the "no" checkbox is checked).
Please let me know if I can do that or if that requires a payed customization.
However my question was if I can manage something like this:
Accept the policy privacy:
[] yes -- [] no
and the form can be processed only if the user checks "yes" (and as default the "no" checkbox is checked).
Please let me know if I can do that or if that requires a payed customization.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
7 years 1 month ago #7887
by Saka
Emir Sakic
www.sakic.net
You can do it with:
[] yes, I agree
required checkbox.
With Yes/No radio buttons it would require customization, yes.
[] yes, I agree
required checkbox.
With Yes/No radio buttons it would require customization, yes.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.