Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source PHP Form/Survey Engine [closed]

Does anybody know of any open source project that deals with creating forms or surveys?

The engine needs to function something similar to Survey Monkey (surveys; each containing survey pages; each containing a survey element - radio boxes/check boxes/text areas or other components) - except that we have requirements to brand it with custom look and feel and we have our own custom form interactions. I believe that some of these custom interactions might be worth contributing back to the OSS community as well, but we would rather plug it into an existing project that creating one from scratch.

It would be preferable if such a project used PHP and MySQL but I am fine with any other combination. Any inputs on this would be very useful.

like image 271
Shreeni Avatar asked Sep 06 '10 03:09

Shreeni


2 Answers

Yes, there are. The following may suit you best:

  • LimeSurvey
    LimeSurvey basically contains everything you need for doing nearly every survey with grace.
  • ActiveCampaign
    Conduct surveys with ease by creating your survey using our proprietary WYSIWYG survey design tool, deploying your survey to your respondents, and fully analyzing the results.
  • PHPESP
    PHP scripts to let non-technical users create surveys, administer surveys, gather results, view statistics. All managed online after database initialization.
like image 77
shamittomar Avatar answered Oct 27 '22 14:10

shamittomar


I can recommend JForm (http://sourceforge.net/projects/jformphp/). It enables you to create easily customizable forms from a php settings array.

like image 43
Jordi Avatar answered Oct 27 '22 12:10

Jordi