Redirect issue on form submission

Hey, all. I have an issue with a site I’m building.

The idea is that one could go onto this site, under the “Get Your Permit Online” tab, select a zip, answer some questions, and be redirected on submission to a printable burn permit.

There are 5 zip codes. There are multiple ways to create this, and I chose to do so with 5 separate pages for the Q and A, and 5 printable burn permit pages. On each of the zip code pages, the submit button puts the answers in a database, and then displays them on the corresponding printable form page to which you are redirected.

My problem is although each submit button is correctly linked to each permit page, every button instead takes you to only one zip code’s printable page: 96013.

There must be an oversight on my end somewhere. Any help would be so greatly appreciated. Thank you.

Edit: Here’s the link to the published site: http://wrightdesign86.wixsite.com/mysite

Hi,

The submit buttons are at the same time linked normally and configured to navigate to the 96013 page.

To fix the problem, remove the links from the submit buttons, and change the ’ When successful, navigate to ’ behaviour for each submit button.

Thank you so much Ido!! How did I not see that… Thank you again!!