Ultimately, I want to go to a thank you page, (after submitting the form), that shows the products purchased and amounts and a Pay Now button. The button would link a URL with the total amount included as a parameter
That got me close however, the {total} variable includes a “$” that I need to remove for it to work. It outputs amount=%24340.00 instead of just amount=340.00.
Is there a way I can remove the “%24” or “$” in the confirmation query string?