How to Make a Form Send an Email

C

Cliff Seely

Does anyone know how I can make a FrontPage form that includes a field
for email address send an e-mail to the address entered in that field
after they submit the form?

Thanks,
Cliff
 
R

Ronx

Cannot be done using the FrontPage extensions to process the form. You
will require a server side script written for whatever your host
supports (PHP, asp, asp.NET, etc., with sendmail, jmail, cdosys etc.)
 
Top