View Full Version : storing information entered from an online form
Jamcan
12-02-2012, 09:50 PM
This is the situation
I have an online form that my visitor fills in and they receive a return email thanking them. Can I set up a database or excel sheet automatic from the information input from each visitor to be accessed later. The visitors registered online but I do not have an record of the info stored.
http://kissingbreakupsgoodbye.com/register.html
keyboard
12-02-2012, 09:55 PM
This would be easy enough to set up...
At the same time as sending the email, also put their data in a MySQL table. (google MySQL tutorial for how to do this)
Make sure you also insert their username so you can give them the data at another visit.
You'd also need to change your file extentions from .html to .php or .asp so that you can use one of these serverside languages to write to the database.
Please do not post the same thing in two different threads (this one and the paid help one).
Choose one thread to keep and I'll delete the other.
Jamcan
12-02-2012, 10:06 PM
thanks... please delete the other
keyboard
12-02-2012, 10:09 PM
Ok, I've deleted your paid request thread.
As to your question, if you need help with any particular step of this, feel free to ask!
In my opinion, Tizag's tutorial (http://www.tizag.com/mysqlTutorial/) about MySQL and php is pretty good.
keyboard
12-02-2012, 10:21 PM
Ok, I've replied to your pm.
Have you seen it?
Jamcan
12-02-2012, 10:21 PM
Yes I am not that web knowledgeable TO ADDRESS THIS ASSIGNMENT CURRENTLY. WILL NEED DIRECTION.
.THANKS
keyboard
12-02-2012, 10:28 PM
I replied to your pm answering your question, but you didn't reply back.
Did you get it Jamcan?
Jamcan
12-02-2012, 10:34 PM
yes i haVE SEEN IT. Still need help
Beverleyh
12-02-2012, 11:05 PM
Maybe you could use FormTools - its free and really easy to use with any html form. The data stored in the db can easily be exported into excel or viewed directly in the backend interface. As well as storing data from html form submissions, it supports an admin account and custom configurable 'client' accounts that can easily input/manipulate data directly into the db backend, if needed : http://www.formtools.org/
There are loads if addon modules too (mostly free) to expand functionality, such as an addon for recording submission history, one for managing uploads/attachments, and a backup module that us perfect for copying existing form setups and all associated db fields/submissions : http://modules.formtools.org/
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.