Skip to main content
All CollectionsBuild & customizeForm logic & calculations
My form doesn't redirect to the payment page after submitting
My form doesn't redirect to the payment page after submitting

Ensure only one field submits. Add final price section. Change "Submit form" logic to jump to last content field for redirection to payment.

Updated over a week ago

The logic isn't correct

One of the reasons that make this issue is when your form logic has more than one ending. So it causes it to work incorrectly.

Since you want your form to redirect to the payment page, your Logic should have only one ending.

The following steps can help to fix this:

  1. Remove the "Submit form" rule in all situations and ensure only one field submits the form.

  2. Add a content field at the end of your form to show the final payable price and encourage the user to submit & go to the payment. Then, because it's the last field, it automatically submits the form.

  3. Finally, change the logic on the parts that were to "Submit the form". Instead, jump to the last content question.

Did this answer your question?