Hello Max, I added 2 events for a PHP field. Checkboxes with Required are inserted here. However, the validation is also triggered for the checkboxes in the non-active event.
Forums
Chronoforms 8.0.12 - PHP Event - Validation
please explain step by step how to produce this issue
on 2. Page:
add php + Events + Wizard Settings
php code: if(!empty($this->data("volljährig"))){return "Nein";}
Wizard: Name = php_v
Events: Nein
now: add 2 checkbox with Required
add php + Events + Wizard Settings
php code: if(!empty($this->data("volljährig"))){return "Nein";}
Wizard: Name = php_v
Events: Nein
now: add 2 checkbox with Required
add 2 checkbox with Required
You mean 2 checkbox views or 1 "checkboxes" with 2 selections ?
ok, I can not understand the issue, please explain in more details, what is the problem ?
please watch it here: https://www.randosweb.de/33618864307751.html
1x with, 1x without "Check this 1"
1x with, 1x without "Check this 1"
You need to login to be able to post a reply.