Questions tagged [breezingforms]

Breezing Forms - Joomla's Form maker extension

Breezing forms is a Joomla's form maker extension, which has premium and lite version.

Breezing forms is suited for form beginners and advanced form users, while we try to balance ease-of-use with form feature richness for form based applications and simple standard forms (everyday forms).

By creating forms with breezing forms, you will learn that breezing forms is the only form builder you need, so no need to deal with plenty of form builders. Breezing forms is just enough to create all your forms.

Breezing forms makes it a lot easier to maintain your forms (export your forms and import the forms on other sites and interchange forms with breezing forms for WP).

We are constantly developing and updating breezing forms for more than 5 years now to give you the best forms experience available for Joomla! as well giving you the ability to create very complex forms and forms that stand out from the form crowd.

Important features:

  • Joomla! 3.x/2.5
  • Native multi-language forms, no 3rd party extension required
  • VirtueMart Custom Fields (add-to-cart + price updates)
  • New ajax record manager + column selection
  • Responsive Bootstrap support (in both, J! 3.x/2.5)
  • Joomla! Tag support
  • HTML5/Flash upload progress, image previews and resize options. iPhone/iPad/Android support!
  • Google Drive Spreadsheets
  • True Mobile Support (create on-the-fly for desktop and mobile)
  • Salesforce CRM integration (including custom objects)
  • Dropbox integration (including submissions as PDF, CSV, XML)
  • MailChimp Newsletter
  • Powerful Conditional Fields without need for Javascript
  • Frontend/Backend Editing: Turn BreezingForms into a mighty Content Construction Kit (CCK) using our extension ContentBuilder: http://extensions.joomla.org/extensions/news-production/content-construction/18048
  • Simplified Email System
  • PDF, CSV & XML export / CSV import
  • Many themes included (QuickMode)
  • Maxlength for textareas including "chars left" display
  • Summary item: Create summary pages quickly (including calculations if you want)
  • Integrator - Integrate with other extensions
  • User Editable Forms
  • 19 and counting form items (from simple input to captcha items)
  • Multipage forms
  • PayPal and Direct Payment (Sofortüberweisung)
  • Captcha/reCaptcha
  • Calendar item (responsive + native joomla)
  • Many pre-defined validations and actions
  • Custom scripting
  • Email Routing (reply-to)
  • Custom mail subjects
  • File attachments in email notifications
  • Database storage
30 questions
3
votes
1 answer

ajax not working in breezing forms component of joomla

function ff_chk_username_unique(element, action) { alert(element.value); alert(action); var actiona="http://localhost/myproject/check/check_username.php"; var form_data = { username: element.value, }; alert(actiona); …
KiNG H
  • 161
  • 1
  • 14
1
vote
2 answers

MySQL - Select Column 'Name' according to user's choice Where rows in Column 'id' and 'parent' equal each other

When parent = 0 means category When parent = 1 means subcategory 1 connected to category 1 (id=1) When parent = 2 means subcategory 2 connected to category 2 (id=2) When parent... etc until 19 categories (id=19 with parent=0) What I need is to bring…
GalanopD
  • 65
  • 7
1
vote
1 answer

MySql SELECT multiple according to form input and publish

I need to complete mysql_query SELECT multiple options and publish results on webpage. The form (Breezingforms) pulls data. Joomla module to appear on webpage
"Search" button on the form with user choices to pull…
GalanopD
  • 65
  • 7
1
vote
1 answer

Breezing Forms component not saving quick mode form

Iam using a Breezing forms component of joomla on a newly developed website, but the problem is wen i create a Contact us form from quick mode with all the fields, textboxes, text areas etc............but after all the things are done and i try to…
user614235
  • 13
  • 2
  • 4
1
vote
0 answers

How to send Breezingforms (WordPress version) via AJAX?

I took on some sites that use Breezing Forms (https://wordpress.org/plugins/breezing-forms/). The plugin is pretty trash but these websites have some major forms built using it. I need to hook onto an an ajaxComplete event using it, but I see no…
user1702965
  • 379
  • 5
  • 16
1
vote
0 answers

Breezingforms joomla workflow

I'm using breezingforms and contentbuilder but I don't understand how to proceed with my workflow: A staff member submits a form (created by breezingforms) that needs to be viewed and approved two managers. Each manager will be notified one at a…
pdoubl3p
  • 25
  • 6
1
vote
0 answers

How to troubleshoot plugin conflicts on Joomla 3.6.5

I am having issues with the following components not working as expected. Crosstec BreezingForms Crosstec ContentBuilder For those of you who have used these extensions before, my issue is that the Content Builder List View will not display all…
Sussetteh
  • 119
  • 3
1
vote
0 answers

Joomla website and contact form emailing

We are using Joomla Version 3 5 1/en. we have not updated to the latest version yet as we require a process of testing before doing so. We use contact forms on our company website, via BreezingForms 1.8.3 Stable (build 831). These forms log any…
1
vote
1 answer

Breezingforms - Forms not working properly when displayed inside module/article

I have installed Breezingforms on my joomla site yesterday and very strange thing happened. Forms are working perfectly when I display them in module in a module position. But when I try to put them in an article or other module with {loadposition…
krzsz
  • 37
  • 5
1
vote
1 answer

How to get last inserted record id in joomla Breezingforms extension

I have inserted record in joomla users table using this extension and I want to assign group to last inserted user. So ho can I do that. Is it possible to fetch last inserted id and insert record in #__user_groupmap for assign usergroup to user. How…
Ankur
  • 102
  • 6
1
vote
0 answers

Breezingforms lite for Joomla! 3.x - Summary element not working when populating data from database

I already asked this question in the crosstec forum (https://crosstec.org/en/forums/15-usage/110095-summarize-page-for-form-elemente-with-php-content.html) but unfortunately got no answer yet. And I spent a lot of time for searching the internet for…
Helmy07
  • 11
  • 2
1
vote
2 answers

Joomla Breezing forms - Form not found issue

I am a newbie in Joomla. I have a site with Breezingforms installed. Last week we created a form with 2 pages and around 25 elements. The form was published to the front end and was working without any issues. Last day when i opened the site the…
chuplu
  • 164
  • 1
  • 14
1
vote
2 answers

Using Breezing Forms form data to fill a PDF form

I have successfully created 3 Breezing Forms forms on a Joomla site and would like to know the best way to use the form data saved to the database to fill a PDF form, then be emailed to a specific address as a final step when the form is completed…
wack70
  • 11
  • 2
1
vote
0 answers

Joomla : Breezing form's shortcode is not working on 2.5.6

I have upgraded Joomla site from Version 1.5.23 to Version 2.5.6. In older version, the Breezing form shortcode is working fine but not one newer version. In newer version site, I am using Breezing Forms (Lite) extension. For example : Link of older…
1
vote
1 answer

BreezingForms Integrator Finalize Code and $this->execPieceByName('ff_InitLib');

I've started working on a Joomla! project (I'm mainly a C#/ASP.NET kind a guy). I'm using BreezingForms and have created forms, got them working, but now I need to do some additional code in the "Finalize Code" section. I need to access form…
nickytonline
  • 6,855
  • 6
  • 42
  • 76
1
2