is PHP needed for confirming an email form has been sent

B

Barry

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
 
J

Joe Rohn

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
 
A

Andrew Murray

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.
 
Top