Im looking the easy way to make a member registration page. Im dont need to have members on my website, but I need something similar..
I hope I can explain here:
I have a laundry service website were customers can " place an order / request a laundry pickup" online, were they have to fill a form with: Name: Address: phone: email: and message:
Everything works fine...
But I want to have a option were my customers don't have to fill up the form every time they come back to request a new service..
I want to have the option were my customers can register an account one time with their information phone and address, and every time they come back they just have to login and and press a " request a service" .. I dont really care how their information is stored .. I just need to get the request for service on my inbox with their name address phone email and any notes they want to send me if is possible..
Something like this:
First time customer come to my website after reading all the information decide to place a order and fill up the form to request for service.
Same customer like our service, is very happy and comes back next week for another service for the second time , but this time this customer wants to register a membership to be more easy requesting a service every-time comes back.
1= User Register a new account with: NAME, PHONE#, EMAIL, HOME ADDRESS
2= User come next time service and log-in using his/her user name
3= User press a " request my service" button (write notes if any) and log-out
User don't need to fill up any forms or information because their account will already have all information stored during registration.
4= I get the service request by email with: Name , address, email, phone, and any notes left by customer..
No hassles that have put customers off on filling up forms every time they request a service. One time registration, end of headaches for me and for them..
( I dont need a password, I need something easy for my customers, just a user name will be fine)
How can this be possible ?
At this time I have to create a custom form with a user name for every customer.. Its a nightmare !!
Is there a free PHP SQL that can do this..? I dont know PHP and any type of programing.. I just play with HTML and copy and paste some scripts..

Please help