Hi. I'm trying to add more than one filedset in the registratione phase (like in the image that I've uploaded).
Every field will contain something different:
1th Forum Rules
2nd Privacy informative
3rd Sensible Data Treatment
ecc...
What I hope to do is that:
every field must have two options (accept VS don't accept) (like in the image...)
and the rigistration will continue only if all accept checkbox are checked.
At this moment I've understood how replicate filedsets but I don't know ho to set up another checkbox.
This is the code for the checkbox but I don't know how to change phrase read_agree_abide_by_rules...
HTML Code:
<div><label for="cb_rules_agree"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /> <strong> <phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>
Better: I don't know how to create another variable to insert in this code (that rapresents: I don't accept).
Moreover I don't know how to join all the chosen of the (more than one) fieldsets:
in this condition, in order to proceed to the registration, is sufficiet to check only one "I accept the rules". I want that a new user is able to proceed only if He checks all the "I accept" options.
Sorry for my english and thank you.