• Resolved kafitness

    (@kafitness)


    The equation below is not showing a result (no number is outputted into the calculated field). It used to work wonderfully but I can’t seem to figure out why it stopped.

    (function(){
    if(fieldname11==1 && fieldname12==1){
    return ((fieldname5-(fieldname5*(fieldname10/100)))*2.3);
    }
    if(fieldname11==1 && fieldname12==2){
    return ((fieldname5-(fieldname5*(fieldname10/100)))*2.6);
    }
    if(fieldname11==1 && fieldname12==3){
    return ((fieldname5-(fieldname5*(fieldname10/100)))*2.9);
    }
    if(fieldname11==2 && fieldname17==1){
    return ((fieldname5*2.2*.7);
    }
    if(fieldname11==2 && fieldname17==2){
    return ((fieldname5*2.2*.8);
    }
    if(fieldname11==2 && fieldname17==3){
    return ((fieldname5*2.2*.9);
    }
    })()

    https://wordpress.org/plugins/calculated-fields-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kafitness

    (@kafitness)

    Nevermind. I found the error. I was missing parentheses throughout.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Please, check the other entry in the support page, I’ve answered the question about the “ROUND” operation.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘any errors in my equation/calculation?’ is closed to new replies.