Need help with formulas
-
Hi there, my calculator looks great in the preview but it’s not loading on the front end and the browser console says “SyntaxError: Unexpected end of input.” I keep adding parentheses where I think it might help but so far nothing’s working.
I have a field for people to enter their base pay (id_0) and then four formulas I set up like this:
quantity_field_id_0 + 5100
((total_field_id_1) * .035) + (total_field_id_1)
((total_field_id_2) * .0325) + (total_field_id_2)
((total_field_id_3) * .035) + (total_field_id_3)
The calculations are working perfectly in the preview but I know I must be doing something wrong! Thanks very much for taking a look.
The page I need help with: [log in to see the link]
- The topic ‘Need help with formulas’ is closed to new replies.