PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

1.7.6 - conditional logic, verified, causing jquery "too much recursion" error

  1. Export XML here http://bpaste.net/show/111924/

    Posted 10 years ago on Thursday July 4, 2013 | Permalink
  2. If I switch the logic around to "Show" if "all", problem still persists.

    Posted 10 years ago on Thursday July 4, 2013 | Permalink
  3. Richard Vav
    Administrator

    I will ask the developers to take a look at this when they return on Monday.

    Posted 10 years ago on Thursday July 4, 2013 | Permalink
  4. Richard Vav
    Administrator

    Leo,

    As you're probably aware the jQuery "too much recursion" error is being caused by the deadlock cycle in the conditional logic setup of that form.

    Field 1 depends on fields 2, 3 and 4
    Field 2 depends on fields 1, 3 and 4
    Field 3 depends on fields 1, 2 and 4
    Filed 4 depends on fields 1, 2 and 3

    At this time all we can suggest is you adjust your conditional logic to avoid the deadlock cycle.

    Regards,
    Richard

    Posted 10 years ago on Tuesday July 9, 2013 | Permalink

This topic has been resolved and has been closed to new replies.