CGI Script

J

JohnnyD

Hi
Just wondering if anyone out there knows of a cgi/PERL/asp script that I can
use for handling the results from various forms that I want to have on my
front page site.
Unfortunately unable to use Matt Wright's excellent FormMail cgi script, as
I wish to send the results to email addresses in different domains as well
as cc the results to myself. Am really looking to set up a LOT of forms, so
would like it so I could just customise all my forms specifying one of the
recipient addresses and then use one handling script rather than customise
all my forms and a different form handling script for each of them (there
could be hundreds).
My site is also hosted on a Windows platform...
Any help gratefully appreciated

JohnnyD
 
T

Thomas A. Rowe

You would have to custom write the form handler based on your needs and based on what email
component is installed and running on the server. ASP or ASP.net would be your best chose for
server-side scripting on a Windows OS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
C

Chris Leeds, MVP-FrontPage

although you didn't mention PHP specifically there's a nice form making
piece of software at www.cluxa.com

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
J

JohnnyD

Using formmail.asp with multiple domains permitted could be the answer
(although I do not know if there is any limit to the domains I can allow
access to to the script)

However now stuck on trying to add more than one recipient email address on
the form...are there any special tips?

Thanks

Johnny
 
T

Thomas A. Rowe

Just add the additional fields for the input of email addresses. Then you will have to modify the
form handler to use them.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
A

Andrew Murray

Does Perl actually work on Windows ?

There is a FormMail.asp equiv of Matt Wrights formmail.pl around somewhere,
I've seen around - try www.hotscripts.com for many more scripts for sending
emails from forms.
 
T

Thomas A. Rowe

Yes, Perl is available to be installed under Windows.

FYI: Hacker/Spammer every day search the internet for sites running many of the free open source
mail and stat script, such as Matt Wrights' formmail.pl, which Matt has removed from being available
on his site a few years ago.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 

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