Privacy Script

Ken Elliott's picture

They have: 358 posts

Joined: Jun 1999

Hello,
I currently have a form that I would like submitted with privacy. I don't want that pesky alert to pop up when the user submits the form, saying it is being sent via email, will reveal email address, etc. What would be a good script to do this?

Thanx for the help

VulKen

------------------

Pimpin like a pimp with an electrofied pimpin machine!

They have: 1,587 posts

Joined: Mar 1999

just about any mail script will do the job, try matt's mail script at www.cgi-resoucces.com, damn i wish i owned that site. it get tons of referral traffic for free.

good luck

------------------

Traffic-Website.com free traffic, affiliate programs, hosting, & domain names.
My Site got hacked, but i'm coming back?

They have: 44 posts

Joined: Jul 1999

you can also use the service of AnyForm:
you don't to write anything in CGI,
you just need to write the specific HTML codes, and the script at their site will send to your e-mail.
very easy.
(using this script is free.... (-: )
<code>
<form action="http://www.uky.edu/cgi-bin/AnyForm.cgi" method="POST">
<input type="hidden" name="AnyFormMode" value="Mail">
<input type="hidden" name="AnyFormDisplay" value="Standard">
<input type="hidden" name="AnyFormTo" value="[email protected]">
<input type="hidden" name="AnyFormFrom" value="[email protected]">
<input type="hidden" name="AnyFormSubject" value="AnyForm Message">

Please Enter Something:
<input type="text" name="Input Field">

<input type="submit" value="Submit">
</form>
</code>

------------------
I bet you never been here before!!
http://members.iol.co.il/dej

I bet you never been in this site before...
Deja~vu

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.