Hello!
I'm looking to calculate a price for the user after the form has been submitted, taking several of the field values to do some math before a price is show on screen.
What's the best way to achieve this?
To clarify, I want to re-direct the user to a script after the form has been successfully submitted, but the script will need to access all the field data from the submission itself.
Will the Entry Object data still be available post-submission? If so, I guess it is just a case of accessing the array and assigning the required fields to my own variables, no?
Thanks,
Dave