For all forms that have any payment field or calculation, the total price will be displayed by default at the end of the form. For multiple-page forms, you may also choose to display the total price at the end of each page.
For all payments on forms, by default the total price will live-update, and be displayed alongside the submit button so that your customers can see their total before submitting the form.
Note that:
the total will not display if the “X questions to go” counter is turned on.
totals will live-update so your customers know exactly how much they’re paying
Remove the total price from the submit button
In the form editor go to Theme → UI Elements → Submit Button.
Toggle off “Shows the total price”.
Remove the total price from the next page button
If you have multiple pages on your form, you can also opt to have the total displayed at the end of each page, as a part of the next page button.
To turn this on or off:
In the form editor go to Theme → UI Elements → Pagination Buttons.
Toggle off “Shows total price in the next page button”.
Troubleshooting: why isn't my total price displaying when I've got it toggled on?
If your form is not displaying the total price when you want it to:
Check that you don’t have the “X questions to go” counteractive (under Theme → UI Elements → Submit Button), as this will prevent the total from showing until all required questions are answered. You might like to leave this on to hide the total price until every question is answered.
Make sure you have checked both the Submit Button and the Pagination Buttons settings; it may still be on/off for one but not the other.
Looking to add the price somewhere else? If your plan supports answer piping, you can use {{ total }} to show the number alongside plain text.