The Joomla! Extensions Directory ™


BreezingForms (Lite) Popular ComponentModulePlugin

Editor's Note
  • This extension contains a backlink to the developers site.
Joomla 3.1/3.0 ready. No Trial but free and fully working. The only free form builder with professional features - our present to you, the community!

-- No "Cripple Ware" but the real deal.

The latest backport contains many of the stability upgrades from the 1.8 line plus Joomla! 3.0 compatibility and full integration with ContentBuilder. So now the free version can also finally be turned into a fully fledged CCK:

http://extensions.joomla.org/extensions/news-production/content-construction/18048

Install and enjoy!

People often ask what are the differences between the non-commercial and commercial versions.

The non-commercial version contains a few differences that are not that relevant for regular users, such as:

* Footer for QuickMode based forms
(can easily be removed due to the nature of the GPL license)

* Older Code-Base

* Slightly Less Features
(due to being the previous version)

* Forum support only
(with answers from the team as time allows)

Else than that it contains almost all of the features of the commercial version. Fair, isn't it?

Report Extension

 

 

2013-05-20
Reviews: 3
Can't believe this extension is free. When I first installed everything I was a little confused on how it all worked. Spent 30 minutes watching the intro video and it answered 95% of the questions I had.

Super job on this one. Highly recommended to anybody needing custom forms.
2013-04-24
Reviews: 3
This is an excellent extension. It is so powerful I almost feel guilty using it as a free extension.

Thank you very much for this.
2013-04-16
Reviews: 3
As the webmaster for a nonprofit group, we don't have lots of $$ for expensive extensions. BreezingForms is the best of the best! Just started using it (I was doing html forms for our site) in Joomla and it ROCKS! Now all our forms can be administrated through our website, rather than external software. Thanks for a great extension!
2013-03-09
Reviews: 11
This is a GREAT component and works as promoted. This is VERY well thought out and you have 3 levels for creating forms... quick, easy and custom... so whether your a newby, designer or developer... there is an easy way to get the forms you want.

Well done to the Dev team
2013-02-18
Reviews: 1
I had some problems using version 1.7.5 Installed and uninstalled the extension several times, because I thought I did something wrong.
After contacting Markus with his chat module on the crosstec website (crosstec.de) he answered before I knew what happened and helped me fixing "my problem".
It is a wonderful extension, I am able to make/design the form the way I wanted and had in mind; that is great, but what really excited me was the fast and wonderful support from Markus.
THANK you Markus
2013-02-16
Reviews: 1
Excelent Extension and support! Useful for coder and non coders too. Fast Support for any question. Great work.

Regard
Klevis M.
2013-01-31
Reviews: 2
Had an issue that i could not resolve and the support team were able to connect and fix the issue for me. This is the easiest form and most efficient form builder out there.
2013-01-24
Reviews: 2
This is the only form component I've used in Joomla, so I don't know how it compares to others. But I think its great.
It was easy to get started, and then when I needed some more complicated facilities they were there.
Its ALL there basically, nothing is missing, you just have to read the manual and the forums to find what you need.
The support guys are very helpful in leading people to a solution, even when you are using the free version.
2013-01-24
Reviews: 1
Not only a brilliant component but also great support!! Thx Syno.
2013-01-15
Reviews: 2
BreezingForms is a great extension.
I create a multi-page form to register for a sports event. Well explained with the videos and tutorials I was fine at the beginning.
I had problems with the Ajax validation and asked the free support. Immediately I received help.
Special thanks for the quick responses.
2013-01-09
Reviews: 1
Finally!!! a registration form extension that works!!!
2013-01-03
Reviews: 4
Very good extension and also it's free but I don't understand why don't have a changelog.. This is why I didn't give five star.
2013-01-03
Reviews: 1
This extension is really FREE. The QuickMode is very easy to use and whenever you have a problem a post in the forum is enough and you get soon an answer. I'm really happy with this extension and I can only recommend it.
2012-12-12
Reviews: 2
I'm very pleased with this free extension. It does exactly what it promises, and their is a lot of support information on the developer's website. I do agree however, that the official manual could be refined a little bit to aid accessibility. Other than that, very good.
2012-11-25
Reviews: 10
I really like this extension and it did exactly what I was looking for. No issues with installation or setup. J3.0

Con: The documentation over-complicates this extension. You should get a simplified (less wordy) version that would be better received by a broader audience.
2012-11-22
Reviews: 1
This extension is really useful and is FREE :)!
We can fill free do the form as we want and have nece template.
I am very pleased with the support that respond quickly to any questions.
2012-11-20
Reviews: 1
The easiest and most efficient form I've ever used to create what I needed without all the hassle. QuickMode is the easiest to use, despite its name. EasyMode is more for intermediate users but still easy to use, as long as you read the documents on the forums.
2012-11-19
Reviews: 1
I downloaded this extension for a project website for college, and so far the functionality of the extension is good. It's pretty easy to set up a simple contact form with QuickMode, and I haven't had any trouble using BreezingForms.

However, what I don't like and why I wanted to leave a review is the amount of javascript placed in the source code of the page. For just a simple form with 5 fields there is a 230-line script in the header, along with a 70 line inline script and a couple 2-6 line inline scripts. All the js makes it difficult to read through the source code of the page. Maybe there's a reason the 230 and 70 line scripts absolutely had to go into the source code rather than being placed in an external js file... but when over 300 lines out of 486 are javascript, that seems a bit much to me.
Owner's reply

Hi,
Yes the reasons are that a good part of this js is generated but also to save http requests.
Regards,
Markus

tez
2012-11-12
Reviews: 4
Yes it is advanced and confusing. Quickmode is alright, but still not very easy.

I used it only for a few minutes and noticed that Label tags do not match up to the input name="" part. It would be good if the for="xx" matched with the input id="xx" and input name="xx" (because infieldLabels script needs it).

Backend lets you edit submitted forms, that is good because some extensions don't allow that for some reason. But there is a lot of info at the top that isn't needed so it looks like a mess (payment details?). But you also have to tick a checkbox next to each field before clicking Save, that seems weird and there's no tips on the page.
Owner's reply

Hi,

A quick look into the docs would have revealed that you easily can access the form objects with javascript using our framework that ships with breezingforms and pass them to 3rd party scripts (there are plenty of examples).

A user of your level, checking for IDs and names of an HTML objects, should at least read the docs. We have plenty of documentation and examples for integration with form objects that demonstrate how to connect to your 3rd party scripts.

With our framework, there is no reason to name ID and name of an HTML object qually (and it doesnt make sense for other technical reasons).

There is also no extension in the entire forms category that takes more care about integration than BreezingForms.

The QuickMode is for sure the most easy to use form builder.

Try all these typical left-drag-to-right form builders when having large and/or complex multipage forms. Happy scrolling. Starting from a certain point of complexity, the QuickMode is the best way of creating forms. That's why we always say, use BreezingForms for more complex tasks rather than simple contact forms. There are plenty of free little forms extensions out there.

However, I would have welcome if you would have tested BreezingForms more than just a few minutes as you state. There is simply too much work in it in order to judge over it like this.

Regards,
Markus

2012-11-11
Reviews: 1
I had a few problems with this extension, but after getting in touch with one of the developers, everything worked in a few minutes.

Great service, seriously.
Page 1 of 3