• 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 C

    If Checkbox C is checked, show Question 2

    Question 2:
    Checkbox D
    Checkbox E
    Checkbox F

    If Checkbox F is checked, show Question 3

    Question 3:
    Fill this textbox

    All questions (1,2,3) are marked as required.

    If I publish the form only with Question 1 and Question 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 379

    This is repeated for 8 times

    • This topic was modified 5 years, 9 months ago by tizeta.
  • The topic ‘[Forms] Nested Conditional Fields’ is closed to new replies.