• Resolved nickth

    (@nickth)


    Tried Direct and Classic Options, tried disabling JS cache, still nothing for all my work on the form.

    It seems it can’t handle this calculation:
    IF(fieldname22<fieldname2*fieldname6,fieldname22/fieldname10,fieldname2+(fieldname22-fieldname2*fieldname6)/fieldname12)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @nickth

    You have generated an infinite loop in the form.

    The equation entered into the fieldname35 field uses the fieldname22 field. But you have defined a dependency into the settings of the fieldname35 field that activates/deactivates the fieldname22

    The values of the dependent fields that are disabled are zero.

    So, your equation is evaluated every time varies the value of the fieldname22 field, but the result of the equation disable/enable the fieldname22 field varying its value, and triggering the equation again, generating an infinite loop.

    Best regards.

    Thread Starter nickth

    (@nickth)

    Ah it was the “if” lower down out of sight that was causing the loop, got it, cleared it, works now, ty!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘It won’t even load’ is closed to new replies.