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

    (@codepeople)

    Hi,

    The issue is simple, you have created an infinite loop in at least one equation, for example, the equation associated to the fieldname137 (Lost Days-{O3}) is:

    fieldname137*0.26

    You cannot use in the equation the same field that is being calculated, because the action generate an infinite loop.

    An infinite loop can be generated indirectly, for example if the field A uses the field B in its equation, and the field B uses the field A, or any other combination that closes the loop.

    Best regards.

    Thread Starter AtYourServiceVA

    (@atyourserviceva)

    Thank you I will take a look at that. Also is there a way to allow the user to pick what currency they want to calculate in? This is an ROI calculator but would like the user to be able to choose between pounds and usd.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    In this case you should make the calculation with the currency selected by the users (of course, you should take into account the exchange rates in the project), but in the current version of the plugin if the form is associated to PayPal, the currency to send to PayPal will be always the entered into the form’s settings.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having Javascript Errors with Plugin- Causing site not to load’ is closed to new replies.