[Pro] redirect to form before sending

How can I redirect to the form again after sending the form but the sending process went wrong. I don’t want to redirect to the empty form (else the sender has to fill the form again which is a barrier) but to the filled form before sending. Hope you understand what I mean.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How can I redirect to the form again after sending the form but the sending process went wrong.

If you are using the Send Form action and check the required fields boxes (in the inspector) then you will only move off the form page on successful submission.

If you are using the PHP Feedback form action then on the Error page have a link back to the form page using the link javascript:history.go(-1) - which returns you to the form page but preserves whatever has been entered.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

and check the required fields

I should add that it needs to be an HTML5 page

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes I use the PHP Feedback form action. Don’t under stand how I can make on the error page a " link back to the form page using the link javascript:history.go(-1) ".


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok I got it Thank you very much


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Select the text to link from http://www.deltadesign.co/FW6Test/index.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options