• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

QUESTION mathematical form

Messages
1
Likes
0
Points
1
#1
I need help.
I need to create a form where the user can put a value and get a result.
Example:

A = form (user can put a value)
If <= 15,000
A = 468.14 + 468.14 * 0.02 (...)
If> 15,000 and <30,000
A = 647.80 + 647.80 * 0.02 (...)
(...)

B = form (...)

Result = a + b + c (...)
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello.

We don't write snippets. We can only tell you how the plugin works.