is PHP needed for confirming an email form has been sent

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

Guest

Currently a site I have taken over uses php so that an web email form says
"your form has been received" after the visitor presses the Submit button,

Is there a better/easier way of providing this functionality
 
Hi Barry,

An easier way might be to simply make a custom confirmation page..that has
that wording..and then have the form page point to that custom confirmation
page after being submitted.

--
Joe

Microsoft MVP FrontPage

FrontPage and Expressions Users Forums:
http://www.timeforweb.com/frontpage
 
But essentially the FP server extensions form handler does the same thing
the PHP script does.

The OP didn't mention the server supporting FPSE.
 
Back
Top