make online form secure

They have: 10 posts

Joined: Jun 2006

I want to offer a form on a web page which people can fill out with their name, phone number and email address and then click on a Submit button and have the info arrive in my email box.

How would I go about making this a secure page, with the padlock closed, so they could see their info is encrypted? I don't know coding beyond html and css.

Thanks
xtreme

He has: 1,380 posts

Joined: Feb 2002

You would need to have a "secure certificate", and an "https://" address. There's many ways to do those...

Are you running your own server, or do you rent hosting from somewhere (and if so, what kind of plan... virtual dedicated? reseller? etc.)

They have: 10 posts

Joined: Jun 2006

Brady, I am in the process of building the site and will be renting space where I will have the choice of a Windows or Linux platform on a shared server.

xtreme

He has: 1,380 posts

Joined: Feb 2002

If you are renting space, then your decision will be dependent upon what is available to you. Chances are you can use PHP, so that will be the way to go, but it will require learning some programming.

After you rent some space, and have specifications of your renting, then we can be of more help.

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

There's no point in having the form secure if it's just going to be emailed to you unless you have a secure connection to your mailbox.

He has: 1,380 posts

Joined: Feb 2002

Right. My suggestion was going to be using a combo of PHP and PGP (encrypting)... but I think we should wait until we get more details on the server's capabilities before making any promises here...

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.