Electroguy
Forum Replies Created
-
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginI 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
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginIt works!!! Thank you SOOO much!!!
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginI 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?!Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginSo, 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:
<?phpif(radio-button == 1 && radio-button == 3){
predefined value == 3,5;
}else {
predefined value == 2,5;
}?>?
Kind Regards,
Electroguy
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginSo 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,
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginI 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?!.
Forum: Reviews
In reply to: [Calculated Fields Form] Good PluginThanks man… You’ve been a great help!!
I try it tomorrow, and if I have problems with it I let you know!Best Regards