how to keep form fields information?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've validated all the fields in my form, and have no validation error page
set in form properties, but still the information already entered in the form
disappears when you go back to the form. How do I keep it there for users to
continue?
Thanks
Lisl
 
OK, I see I have to click Back and not Return to Form and then the info is
still there. But can I change the default error page to remove the 'return to
form' and add my own message to say 'click on back'?
thanks
 
Do use an error page, use form field validation.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Yes, you can add your own error page. In the form properties specify it
under the "Confirmation Page" tab where you would put your custom "thank
you" page URL........there's a field for the error page - same idea.

However it would be better using field validation which won't let the user
submit the form until they have filled in everything correctly. An "alert
box" pops up giving details of the erroneous input such as "Phone field
requires numbers only" or "The name field and email field are required.
Please enter your details in these fields"
 
Back
Top