I suggest learning the basics about working with forms in a server side technology such as php, asp, or whatever is available on your server.
Link to some tutorials for PHP.
Once you know what can you do with the forms, learn about creating and sending emails with those languages.
Quote:
|
Also, ideally I would like to not store the customer's details on a server.
|
You will have to save the information somewhere between steps to prevent it from getting lost, so you should look into either server side sessions, or javascript cookies.