Collect form data without coding
April 4th, 2009 by admin
When you are doing a dynamic website project, it may need you to make forms to collect user information. Almost every website has contact us form which mostly consist of name, email, comment and phone number etc. These forms are easy to make and data can be sent to an email id or stored somewhere. If all you want is send data to an email id, then all you have to do is write few lines of code and use mail() function but if you need to store the data, story is different! Storing data means use of database and since you cannot read data directly from logging in database panel and reading tables, you will need to make an interface from where stored data can be read. This is where admin panel is needed. Making form and then connecting it to database, setting up admin panel to view stored data requires lot of coding. If you know coding well even then it takes some time to do this, otherwise you hire a programmer to do it for you.
Form tools make things easy for you. This free open source script is not only highly customizable but also works with variety of forms. All you have to do is make the form and then connect it to form tool (installed on your server) and that’s it! Form tool will collect data from the form, store in database and present you in clean tabular and printable format. Connect your form to Form tool is very easy and anyone without knowledge of coding can do it. I think Form tool is one of the best tool for every web developer. Download it free from formtools.org



