vote up 1 vote down star

Hi guys,

Does anyone of you know a good free joomla extension to create forms? I have searched the joomla site but most of them are commercial and the free ones very lite and buggy. I have Joomla 1.5 installed.

I need to make some forms for my site 34life.org to subscribe some volunteers.

Thanks in advance.

flag
Welcome to the world of Joomla. – ceejayoz Jan 11 at 21:07

3 Answers

vote up 0 vote down check

I've had a little bit of experience with http://www.chronoengine.com/ which was simple enough for a non technically minded client to set up a simple email inquiry form. The free version does have a "powered by chronoforms" link underneath each form though.

link|flag
vote up 0 vote down

Jerph - I am also looking for a good forms extension for my joomla site. One that I saw which sounded pretty good was RSForms for Joomla. I just wondered if you looked at it and what it is you needed that it couldn't provide for you.

link|flag
vote up 0 vote down

I ran into this myself. I didn't have an issue buying one of the form packages, but none of them did what I wanted, so I created my own.

What I ended up doing was to take the Zend Framework's Form classes and strip out the dependencies with the rest of Zend, and also most of the controller stuff. I then just created a module that defined all my forms (arrays of Form Elements, but with hooks to put custom logic in) and loaded them into articles using the {loadposition xxx} syntax.

I did this under a tight deadline, and haven't been able to clean it up to offer as an actual project. It did work quite well though, and there's lots of code that you can lift from Zend.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.