Automatically generated email

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Hi

I want a form to automatically generate an email to say 3 people depending
on the email address filled in the fields. I would also like this to have
voting buttons to reply to me and another person.

Is this possible if so anyone know of a good tutorial link

Thanks Shona
 
It is possible but not when using the FP Form Handler. It will require you to write a custom
server-side scripting application in whatever language is supported by your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
OK thanks but is there anywhere you can recommend I can copy some javascript
from to be able to do this.
 
Server-side scripting is ASP, ASP.net, PHP, CFM, not JavaScript which is generally client-side.

Did you notices the word "Custom" which means it has to be written specifically for your needs.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top