• Resolved joncon62

    (@joncon62)


    I have a form with several dropdowns and I’m making one dropdown (A) conditionally required when another dropdown (B) is ‘not empty’. However by sequencing a selection of dropdowns the window will hang and be completely unresponsive. There are no console errors. I’m wondering if we’re stuck in an infinite loop?

    The sequence that hangs is:

    Dropdown A: Select Adult Ticket
    Dropdown B: Select Full Weekend
    Dropdown A: Select Youth Ticket
    Dropdown B: Select the top unset option (‘Select a value’) – HANGS

    If you give me an email address I can send you the form.

    Also, how do I rollback to previous versions of AIO forms?

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Yeah a infinite loop could cause that, an infinite loop can happen if for example dropdown a is hidden/shown depending of the value or dropdown b and this one also changes depending on the value of dropdown a. Maybe something like that is happening?

Viewing 1 replies (of 1 total)

The topic ‘Form is hanging’ is closed to new replies.