view form before adding to database

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

Guest

I have a form that customers fill out, Is there a way to allow them to view
form before submiting to database in case there are errors? I dont want to
allow them access to database editor.
 
If you're using the standard FP form handler, there is no middle "check your
input" step. Once you see the confirmation page, it has already sent the
data. The confirmation page can of course, show you what you entered, but
it has already sent the data, so you can't correct any entries and then send
it.

There are 3rd party scripts around that may incorporate that middle step
you're asking about. You'll need to google/search for form handler scripts
and see which suits you best (based on what your host supports & allows you
to run) plus if they have the "check your data" step.

Again, Frontpage has nothing to help you with that - a 3rd part solution is
the only way.
 
Back
Top