PDA

View Full Version : Form Builder--application OpenSource and Free



shuttleworthwannabe
October 11th, 2009, 11:17 AM
I am looking for easy to use form builder for my project at school--I have about 10+ questionnaires that collect data from Children and their mothers. I want to collect data on paper and then later enter this data on the web-based tool. I have seen a number of tools on the web, e.g. Wufoo, surveymonkey--but these things are very expensive; Google Docs Forms comes close, but there is no way to make this a data entry tool. Also I wish to relate the children with the mothers (1 mother--many children relationships) using unique ID, and relate function. Wufoo I think has this facility.One other requirement, is that multiple data entry clerks can enter the data at same time. Note: i do want to install a server on my PC--I am looking for an online tool. Data must be accessible in DBF or CSV format.

Anyone know what is out there I could use?

shuttleworthwannabe
October 15th, 2009, 03:27 PM
Hi Guys, anyone?

shuttleworthwannabe
January 3rd, 2010, 08:58 PM
One more try albeit 3 months later..anyone?

ugm6hr
January 4th, 2010, 09:46 PM
If such a tool existed, it would be very popular indeed. Unfortunately, I don't know of any.

For medical purposes, this kind of database / data collection application is distributed as an EMR (Electronic Medical Record), albeit often with a much more complex data structure.

I think the only way to do this with a custom-made database would be by programming the PHP yourself on to a MySQL (or similar) server. Even then, I'm not 100% sure how you could get the MySQL data into a csv file.

If it is just an issue of collecting raw data, some Wikis allow forms. I know Foswiki will allow you to create appropriate forms. However, the one-to-many relationships may be problematic, and I do not think it stores form data in an easily retrievable fashion. Maybe do some googling on alternative wikis to see if they might offer a solution?

shuttleworthwannabe
January 5th, 2010, 04:39 AM
Thanks for the suggestion; I will explore further.

gunksta
January 6th, 2010, 02:26 AM
Disclaimer - I have never used either of these, but I do intend to use them ---- and soon. I want to do something similar to what you describe, and replace the monstrosity known as MS Access.

LimeSurvey (http://www.limesurvey.org/)
EpiData (http://www.epidata.dk/)

I'd like to hear how this project works out for you.

shuttleworthwannabe
January 6th, 2010, 07:30 PM
I am currently using Epidata--it is single most vaulable tool in the field of work that I do. its biggest limitation is that it not be used a amultiuser data entry tool. Only one person can enter data at atime--and not networkable.

hsweet
January 6th, 2010, 10:56 PM
If you have a web host,and know how or are willing to learn, you can use mysql and php to build an on line survey. Or install Moodle, and add the feeback module.