/    Sign up×
Community /Pin to ProfileBookmark

Contact form script that saves in database for customers second visit .

I am a taxi driver ( I pick up and drop clients from apartment buildings )
I want my customers to be able to request pick up anytime from my website.
I Already have a hosting account with php, sql and cpanel .. My webpage people can request a pickup online filing up a form with:
Name:
Address:
phone number:
message:

Everything works fine but the problem is they have to fill up the form over and over every time they come back for service. This is to complicated for the customer because the form I using right now DOSEN’T SAVE any data.. They have to fill up their name address and phone number everytime they request a new service.
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 need the data to be saved on the server,..
It will be great if customers can register an account the first time and chose a ” User ID ” with their information phone and address, So every time they come back they don’t have to fill up the form over and over..The next time they come just have to login, and the form will be already filled up for them with their address, phone, etc..
The only thing they just have to press the “Send” button and is over..!
I dont really care how their information is stored, Im guessing it will be a database.
I just need to get their request infprmation on my email inbox with their name,* address,* phone #* and few notes they want to send me,* if is possible..

Iwill be happhy to have something like this:

1= A new first time Customer Register an account with: NAME, PHONE#, EMAIL, HOME ADDRESS

2= Same Customer comes back next time service, log-in using his/her user name or user ID (their cellphone can be used as user I’d for Login, no password necessary)

3=Customer press a ” request my service” button (write notes if any) and log-out

4=I will get the 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. ( login, press send button and close the web page will take 10 seconds )
With one time registration will be the end of headaches for me and for them..( I dont need a password, I need something easy for my customers, just a user name to login will be fine) their cellphone can be used as user I’d for Login, no password necessary.
I can build websites on HTML but don’t know PHP or SQL ..but I know is a very small job for someone with experience on database..
How can this be possible ?*There are few awsome free applications online like jotform.com that provide wonderful tools, but none of the provide what i need.
Someone told me, if I use a free shopping cart program like Opencart and customize or make some changes in the codes will do the job fine. It make perfect sense for me because a shopping cart have a user registration with name, address, phone number and also has a “place a order ” button.I will get the order by email with their address, phone number and*
for shipping..* In my case I don’t have nothing to ship, but I will use their address information to pickup from their apartment. But shopping carts have tons of stuff that are useless for me, and I don’t need it.

Can someone help me writing very simple PHP or database that can do this..?
I already have the contact feedback script, I just want the option to be saved in a small data base for three later use. Please someone let me know..
NOTE: I don’t know php, Java, sql database.. I know some html and I just copy and paste codes, but I’ a pro. If someone give indications to create a a sql or php codes, I will not be able to do it.. Like I say, I just copy and paste codes.. Please someone help ..

to post a comment
JavaScript

7 Comments(s)

Copy linkTweet thisAlerts:
@rootMay 18.2016 — JavaScript object called... localStorage

Assuming that your clients are using a web browser that is HTM5 compliant, that shouldn't be an issue.

You would populate the form fields from those last set, you can google for HTML5 localStorage object and find plenty of tutorials on the use, THESE ARE NOT COOKIES so the data is permanent, you wouldn't believe the number of people who jump to the conclusion immediately that they are cookes, they are not... They persist until deleted.
Copy linkTweet thisAlerts:
@boyfrom75authorMay 20.2016 — Ok, that's something new that I have to check.. I will post here any updates.

In the mind time, anyone has any other ideas, that can help me..
Copy linkTweet thisAlerts:
@chinni123May 20.2016 — SEO training in hyderabad by experts in digital markeing And by prosessional experts in seo.All the training by placement and also guide by the professionals.
Copy linkTweet thisAlerts:
@rootMay 20.2016 — You use book marked URL's or rather your client bokkmarks a URL that is server generated and your server then issues the requested form from a record that holds the users last interaction details, eg..

http://mydomain.com/user.php?id=1234

where the user books that URL in to their browser.

I would advise that you have some kind of PIN verification that the request is human otherwise you may find your service abused or hacked and your wasting time and not earning...
Copy linkTweet thisAlerts:
@boyfrom75authorMay 29.2016 — The problem is... I have a webapp made for android and iPhone, I invite people to download to their phones..

I was reading on the internet that Web app don't support or is not a %100 webbrowser. If I use a Web app , the local storage script is not going to work because Web dosent support a full Web browser. .
Copy linkTweet thisAlerts:
@imangelaMay 30.2016 — Hello,

I have checked your requirement and I can assist you with my quality services. I have a team of skilled PHP developers who can work on code to get teh desired output.

Please add me on my Skype : cisin.angela for quick conversation.

Looking forward for your response.

Thanks & Regards

Angela S.
Copy linkTweet thisAlerts:
@rootMay 30.2016 — The problem is... I have a webapp made for android and iPhone, I invite people to download to their phones..

I was reading on the internet that Web app don't support or is not a %100 webbrowser. If I use a Web app , the local storage script is not going to work because Web dosent support a full Web browser. .[/QUOTE]


Check here: http://caniuse.com/#search=localstorage

Then I would suggest that you program for localStorage, test if it is supported, your fall back is a user account on a database and use a URL with identifiers to identify the user account.
×

Success!

Help @boyfrom75 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...