Just made a very simple order form following the Freeway video. But for some reason, the failure page does not reroute properly - it goes to the success page for both successful and failed orders. Odd. Am I missing something very obvious here?
I use the Php Feedback Form action, and it the palette you can set the error and the success page. Of course, you need to create the two pages. As logical, I tried to enter http://barestablo.com/convordererror.html as you had http://barestablo.com/convordersuccess.html but the error page doesnt exist. Try it, its easy.
And if you want to validate the input text, you can use validate action.
1 - You do NOT need to name your page with the .php suffix. If you do then you cannot preview your page locally, only on the server. It will work fine as a .html page.
2 - Field Names. If you select your input fields and make sure that they are correctly named under the 3rd tab in the inspector then there are inbuilt error checking procedures that will work.
At the moment yours are all called item2. These should be name, phone, email, etc (case sensitive) Read more about Special Names at FreewayActions.com | PHP feedback form
Many thanks guys, and apologies for my late response. Been drifting back and forth from the computer recently. There’s a couple of other problems with the site in general so I’m planning to rebuild the whole thing asap, start afresh. Prob easier in the long-run.