Has anyone created a flash widget/calculator that I could repurpose? I need a form whereas the user enters 2 numbers and the formula/code can be adjusted based on the amounts they enter. If say the user enters 1000 units for the quantity ordered field and the actual quantity received field has 1050 entered, an if/then statement gives a result based on the % off between what the ordered and actual numbers are and assigns a numeric result which is displayed in the penalty field.
So if they are 0-3% off they are charged 0% penalty,
4% off a 1% penalty.. and so on up to a max of 8% penalty.
This % result would display in the Penalty field.
FORM:
enter quantity ordered_____ (input field)
enter quantity actually received___ (input field)
Submit (button)
Penalty__a %____field)
So if they are 0-3% off they are charged 0% penalty,
4% off a 1% penalty.. and so on up to a max of 8% penalty.
This % result would display in the Penalty field.
FORM:
enter quantity ordered_____ (input field)
enter quantity actually received___ (input field)
Submit (button)
Penalty__a %____field)