Web Forms
Online Order Form with Payments of Invoice or Credit Card
Apr 29th, 2012No Comments
A secure online order from was created to enable a user to pay with a credit card using Authorize.net or payment by invoice. The PHP form was complicated with many options to order from, calculated shipping charges and sales tax, and then gave the option to pay be credit card or invoice. Upon completion of the order, an invoice was displayed for the user to print.
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.


