Error required for acceptance field
-
If within the conditional field I use an “acceptance” then the SUBMIT button needs both acceptances are selected, even the one that is not visible
I tried also here: https://conditional-fields-cf7.bdwm.be/form-tester/?hash=3d0232a57e74469a25cca561acbdaeae
Below is the code:
[select* person include_blank “privato” “azienda”]
[group privategroup]
[text* private]
[acceptance acceptance-private]
[submit “invia”]
[/group][group companygroup]
[text* company]
[acceptance acceptance-company]
[submit “invia”]
[/group]show [privategroup] if [person] equals “privato”
show [companygroup] if [person] equals “azienda”Thanks
The page I need help with: [log in to see the link]
- The topic ‘Error required for acceptance field’ is closed to new replies.