Step 1. Collect user information Name Number Email Attach File Company Name Step 2. Choose Program Profit Share Straight Buy Consignment I will Want to make it send out an html email so that the user can choose Step 3. Payment Cash Company Check Paypal ---------------------------------------------------------------------- I Would Like this to all be written in sql for the server potion and Im writing the client side in javascript Can You Guys Help Please Thanks bob
SQL isn't a language that can process forms. You have to use Perl, PHP or ASP. There are many scripts available online for processing forms and sending emails serverside.
The cheap, slow answer: http://eu.dummies.com/DummiesTitle/productCd-0470096004.html The expensive, quick answer: http://www.peopleperhour.com/find/MySQL_programmer?sb=def&p=1&gclid=CJTOm8rouaUCFVBO4QodhWq8Yg
Have you considered using something like Drupal? You could set up a registration form with those fields, and have it redirect to a purchase page afterwards. All the variable data would be in the database, and you could then link that to whatever you need to export etc. I know its overkill to use a CMS, but it would be the easiest way to do so.