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

    (@codepeople)

    Hi,

    The first conditional statement should be edited as follows:

    (function(){
    if(fieldname2>1 && fieldname2<=50) return fieldname2+1.50+4.50+0.25;
    else if(fieldname2>50) return fieldname2*2;
    })()

    and that’s all.
    Best regards.

    Thread Starter Javy26

    (@javy26)

    The equation still isn’t evaluating. What I want it to do is only execute when that condition is met but it still remains blank

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you send me the link to your webpage to check the form in action, please?

    Best regards.

    Thread Starter Javy26

    (@javy26)

    ezpak2ja.com/calculator/

    Thread Starter Javy26

    (@javy26)

    I got it working, thank you

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Perfect, however, if you have any other question do not hesitate in contact me again.

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Formula’ is closed to new replies.