Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form mailer

Status
Not open for further replies.

tyhurst

Technical User
Joined
Aug 7, 2007
Messages
2
Location
US
I have no idea about how to do something a client of mine wants. He has a consumer profile form that you fill out to do a credit check, which includes a social security number, name, address, employer, ect. How can I make a CGI script take the form contents after completed and email everything to the customers email and my own email and it be secure? Can I just link to the script like " and it will be secure with "post=" within the form? Thanks for any help...
 
If your sending it though email it's not secure.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those Who Say It Cannot Be Done Are Usually Interrupted by Someone Else Doing It; Give the wrong symptoms, get the wrong solutions;
 
It will be secure to send the form data to the script but it will not make the email secure. You would need to use an encryption key for the email itself to also be secure. Since this is a bit out of my range of experience and is not really a perl issue per se, all I can suggest is looking at some S/MIME modules:


------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Is there a way with cgi that when the customer clicks submit that it takes the info that they filled out on the form and shows it on another page to verify and then make changes if needed before submitting? Instead of emailing this secure info, can cgi write this to a database on the server and then I can view what they submitted by viewing the database on the server? Would this be secure? Should this be in a different section on this forum? Which one if so? I am new to all of this. Thanks
 
I agree with max1x, the CGI module is what you want to look into using if you continue with perl as the scripting language for your cgi scripts.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top