Support

Account

Home Forums General Issues dependent dropdown select field Reply To: dependent dropdown select field

  • John Huebner,
    i am trying to modify your code to support repeater field.
    I want the City Field(Poikilia in my project) and the State Field(Kalliergeia in my project) to be into repeater(name = kalliergeies, key=field_5b5e20cb6334a).

    My problem is when i am trying to put the have_rows functions into my .php file all the code freeze and i get Error 500.

    When i put the have_rows into functions.php i have not problem.

    if (have_rows(‘kalliergeies’)){
    debug_to_console(‘Have rows’); // Printn to console
    }

    why?

    https://pastebin.com/tvk069Ld