How do I hide the total price on the submit and next page buttons?

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.

A Products question on a form, with the Submit button underneath; some products are selected, and the button text reads: "Submit — $100.00"

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

  1. In the form editor, go to Theme & Appearance → UI Elements → Submit Button.

  2. Toggle off “Shows the total price."

    The UI Elements page in Theme & Appearance, with the "Submit Button" tab selected on the left; the toggle "Shows the total price" is highlighted.

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:

  1. In the form editor, go to Theme & Appearance → UI Elements → Pagination Buttons.

  2. Toggle off “Shows total price in the next page button.”

    The UI Elements page in Theme & Appearance with the toggle "Shows total price in the next page button" is highlighted.

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:

  1. Check that you don’t have the “Displays 'X questions to go' message” counteractive (under Theme & Appearance → 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.
  2. 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.
  3. Looking to add the price somewhere else? If your plan supports answer piping, you can use {{ total }} to show the number alongside plain text.