Web Forms
Secure Web Form
Jun 18th, 2011No Comments
This client needed a form to collect sensitive data on his website. Since sending data over email is never secure, I suggested the following solution:
- Purchase a secure certificate so when data is sent over the internet it would be encrypted.
- Send an email notification to the client that a new form has been submitted. Only very general data was included in the email. Date, name…
- Sensitive data was stored encrypted in the database.
Complex Web Form
Jun 1st, 2011No Comments
Generated a complex web form using PHP ajax and jquery to build a data sheet with a product list. Based on the selections the user made different criteria would display.


