Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Electroguy

    (@electroguy)

    I need to calculated this:

    (value_A / (1 – ((1 + value_A) ^ -value_B))) * value_C
    In excel it’s easy to calculated, but in your plugin it’s something different.
    I have read something about the POW() function, but I tried everything and it didn’t work..

    Can you tell me how I need to calculated this?!

    Kind Regards,

    Electroguy

    Thread Starter Electroguy

    (@electroguy)

    It works!!! Thank you SOOO much!!!

    Thread Starter Electroguy

    (@electroguy)

    I have 4 radio buttons.. Button 1 and 3 needs to have the value 3.5, button 4: 3.2 , and button 2: 0.6. So I tried to add another statement to it, such as: “IF (fieldname8==2), 0.6”, but it doesn’t work…
    How can I fix that?!

    Thread Starter Electroguy

    (@electroguy)

    So, I have got a new version of the plugin, and it works!!
    But I have another question for you?!
    I have a radio button box:

    Value 1
    Value 2
    Value 3
    Value 4.

    But if I select ‘Value 1’ out of those radio buttons, the Predefined value of the single line text field below needs to be ‘3,5’.
    The same goes with ‘Value 3’, but if I select ‘Value 2’, the Predefined value needs to be ‘1,5’.

    Where/how can I add a php if statement which says:
    <?php

    if(radio-button == 1 && radio-button == 3){
    predefined value == 3,5;
    }

    else {
    predefined value == 2,5;
    }

    ?>?

    Kind Regards,

    Electroguy

    Thread Starter Electroguy

    (@electroguy)

    So I have to get another version of the same plugin… Then I have to make 2 forms, which are located on diffrent pages.. Then I have to insert the URL of form 2 into the ‘Thank you page (after sending the message)’ field.. Then I have to add the Javascript code to the page of form 1 (in text-mode), and then I am finished?!

    Best Regards,

    Thread Starter Electroguy

    (@electroguy)

    I have been looking for the ‘Thank you’ page (I have version 4.3.1), but I can’t find it!! Can you send me a link, or tell me which version I need to get access to the ‘Thank you’ page?!.

    Thread Starter Electroguy

    (@electroguy)

    Thanks man… You’ve been a great help!!
    I try it tomorrow, and if I have problems with it I let you know!

    Best Regards

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