All Collections
Build & customize
Form 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 section for redirection to payment.

Updated this week

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 Section 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". And instead, jump to the last Section question.

Did this answer your question?