secure forms

J

Jen Weir

Hi, I'm currently using form-mail for several forms. I'm going to be
adding some sensitive information to the forms, and want them to now
go through our secure server. What is the best script for handling
secure forms? Someone suggested Phorm (PHP) with MySQL. Any other
ideas? I'm primarily a designer, not a programmer, so ease of setup is
important to me.
I really appreciate any suggestions!

Thanks,
Jen Weir
http://www.jenweir.com
 
W

William Tasso

Jen said:
Hi, I'm currently using form-mail for several forms. I'm going to be
adding some sensitive information to the forms, and want them to now
go through our secure server. What is the best script for handling
secure forms? Someone suggested Phorm (PHP) with MySQL. Any other
ideas? I'm primarily a designer, not a programmer, so ease of setup is
important to me.
I really appreciate any suggestions!

form to mail is two processes.

First the form/script must be accessed using https. Then use pgp (or
somesuch) to send the data from the script.
 
I

Isofarro

Jen said:
Hi, I'm currently using form-mail for several forms. I'm going to be
adding some sensitive information to the forms,

Sensitive enough not to want it travelling in an email across the wide
Internet?

and want them to now
go through our secure server. What is the best script for handling
secure forms?

SSL, encrypted database and a cron job to remove entries from the database
when they no longer need to be there, transferring them to a box behind a
firewall, or preferably not connected to the Internet at all (except during
the transfer).
 
J

Jen Weir

Yeah, I don't think I'll have it sent through email. What I would like
is for the information to be written to a database, with an email sent
notifying that a new entry is in the database. Someone recommended
phorm with a mysql database? Good idea about removing info from the
database - I never thought of that. Thanks for your help!
Jen Weir
 

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

Members online

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top