FORM SUBMISSION TO AN EMAIL ADDRESS

F

FARAZ QURESHI

I am quite new and using Frontpage for the first time and sure am interested
in knowing if pressing the "submit" button on a form can help me forward the
data to a personal email address like msn/hotmail? If yes, how?

Thanx in advance.
 
W

Wayne-I-M

Yes - but don't do it . You will get millions of spams.

If you still want to then right click the form and go to properties then use
the send to e mail address box. You would be better to send the details to a
database (if you have asp on your server).
 
R

Ronx

Either use server side scripting (asp, asp.net, PHP, Perl/CGI - whatever
your host supports) to process the form data (write and send the email)
or use FrontPage extensions to send the email.

If your host has installed FrontPage extensions on your website, and has
enabled the email transport (some do not provide this feature - if not,
then you must use server side scripting) right click anywhere in the
form, choose Form Properties and complete the property sheets. Also
note that some hosts insist that emails from forms are sent to users
within the same domain as the website, and some hosts will NOT send form
email to some domains, including AOL, Hotmail, and Googlemail or gmail.

Your host may be able to provide a sample script for server side
scripting solutions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top