About Secure Forms as an ecommerce Tool |
|
What is a secure form? |
| |
All shopping cart software includes secure forms to receive the client information but a secure form doesn't have to be part of a shopping cart. |
|
How will I know a form is secure? |
| |
A secure form uses SSL technology to encrypt the communication between the browser and the server and so you will see the lock symbol in the lower right hand corner of the browser. To implement SSL you need a security certificate. |
|
What happens after someone fills out the form? |
| |
What happens to the results depends on how the form was coded and the actions of the page the results are sent to. Some forms are sent to a database for later retrieval by the webmaster. Some forms are sent as an email to the site owner. Some
forms are sent to a text file for later retrieval. As a web browser filling out a form, it can be very difficult to know what is happening to the results unless the web site has informed you. |
|
Is it safe for the results to be emailed? |
| |
There are a mixture of opinions on this. The email that is generated travels to the mail server very quickly and so the risk of it being intercepted is minimal. Once at the mail server, in order to retrieve it the web site owner needs
to enter a user name and password, so there is a basic level of security. Generally though the email travels in plain text and so is not encrypted and should someone gain illegal access then the information is readily available. |
|
When is it appropriate to use a secure form instead of a shopping cart? |
| |
Generally it is only appropriate if you have very few items to sell or you are certain that the buyer will only buy one type of item on a given visit to your site. |
| |
|