[Forms] Nested Conditional Fields
-
Asking just to be sure that it’s not a bug.
I just upgraded from 1.3.88 to 2.0.17. You did a good job, everything went fine.I need 2 nested levels of conditional fields, like in this example:
Question 1:
Checkbox A
Checkbox B
Checkbox CIf
Checkbox Cis checked, showQuestion 2Question 2:
Checkbox D
Checkbox E
Checkbox FIf
Checkbox Fis checked, showQuestion 3Question 3:
Fill this textboxAll questions (1,2,3) are marked as required.
If I publish the form only with
Question 1andQuestion 2, everything is fine.When I insert
Question 3, I get the following errors:Warning: strstr() expects parameter 1 to be string, array given in /home/mysite/myurl/wp-content/plugins/ultimate-member/includes/core/um-filters-fields.php on line 433 Warning: strstr() expects parameter 1 to be string, array given in /home/mysite/myurl/wp-content/plugins/ultimate-member/includes/core/um-filters-fields.php on line 433 Warning: strstr() expects parameter 1 to be string, array given in /home/mysite/myurl/wp-content/plugins/ultimate-member/includes/core/um-filters-fields.php on line 433 Warning: strstr() expects parameter 1 to be string, array given in /home/mysite/myurl/wp-content/plugins/ultimate-member/includes/core/um-actions-form.php on line 379This is repeated for 8 times
The topic ‘[Forms] Nested Conditional Fields’ is closed to new replies.