Web Forms

Online Order Form with Payments of Invoice or Credit Card

Apr 29th, 2012No Comments

custom php1 Online Order Form with Payments of Invoice or Credit Card 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

custom php1 Secure Web Form 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.
  • A password protected tool was built to view the data on the secure url. If it was accessed on the regular url, code automatically redirected them to the SSL version.
  • The tool decrypted the data in the database and displayed it in a printable format.
  • Once the data was printed, the client then deleted the record from the database.
  • Complex Web Form

    Jun 1st, 2011No Comments

    custom php1 Complex Web FormGenerated 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.