form_builder 7.x-2.0-alpha8

Bug fixes

Changes since 2.0-alpha7

  • d.o#3211501: Fix AJAX requests loading assets of the wrong theme. 🐛
  • Load core JS as libraries to load them in the right order.

Thanks go to: Alex Bukach.

form_builder 7.x-2.0-alpha7

Bug fixes

This release fixes bugs that made editing select elements and grid components options impossible.

  • #15: Fix options for select and grid components.

form_builder 7.x-2.0-alpha6

Bug fixes
New features
  • #13: Load the webform component edit form only once per AJAX request. (performance)
  • #14: Allow setting a property’s weight in the form builder map.

form_builder 7.x-2.0-alpha5

Bug fixes
New features
  • #9: Make properties form type specific.
  • #11: Fix clientside_validation warnings.
  • #12: Ensure webform properties are loaded by using form_load_include().

form_builder 7.x-2.0-alpha2

Bug fixes
New features

Use PSR-4 naming scheme for classes and autoloading via psr0.

This version adds a new dependency on psr0 please download and enable it before upgrading form_builder!

This should fix some of the randomly occurring bugs where form_builder_webform is suddenly ignored by the Drupal autoload registry.

form_builder 7.x-2.0-alpha1

Bug fixes
New features
  • Drop support for webform3 and PHP5.
  • Fix: Don’t meddle with the Drupal audoloading registry.
  • Fix: Choose a default text format for markup components.

form_builder 7.x-1.22

New features

Summary

[NEW] Form builder elements can now customize the property groups (tabs).

form_builder 7.x-1.21

Bug fixes
New features

Summary

This release makes the hidden-type configurable in form_builder.

Full list of changes since 7.x-1.20

  • Improve support for hidden fields in webform. [view commit]
  • Travis: Remove tests for PHP 5.3 and add them for PHP 7.0. [view commit]

form_builder 7.x-1.20

Bug fixes
New features

Summary

form_builder 7.x-1.19

Bug fixes
New features

Summary

  • [NEW] Make the webform first page label editable using a "virtual" pagebreak at the top.
  • [FIX] Fatal error because of a missing delivery_callback
  • [FIX] HTML5 compatibility
  • [WORKAROUND] Disable wysiwyg, as long as we don't have it working with our auto-submits.

Full list of changes since 7.x-1.18

  • Disable wysiwyg again for the markup property. [view commit]

form_builder 7.x-1.18

Bug fixes
New features

Summary

This release contains two major changes:

form_builder 7.x-1.17

Bug fixes
New features

Summary

This release makes the original form_builder release accessible again - although the form_builder interface stays the default.

+ Bugfix that made it impossible to remove webform components.

form_builder 7.x-1.16

Bug fixes

Fix (and add automated tests) for a regression introduced in 7.x-1.15 that lead to some webform-components not being displayed in form_builder.

form_builder 7.x-1.14

Bug fixes

Summary

Mostly bugfixes and a minor refactoring of the form_builder_webform_save_form().

form_builder 7.x-1.13

Bug fixes

Summary

This release reverts some of the changes made in 7.x-1.12 as they proved to be unstable. This also changes the form_builder_cache in an incompatible way (Sorry there is no other way to do this) - So if you are upgrading from 1.12 please make sure to … :

form_builder 7.x-1.12

Bug fixes

This release fixes a syntax error in the migration to 7.x-1.11. Please read the release notes of 7.x-1.11 carefully if you are upgrading from versions prior to 7.x-1.11.

form_builder 7.x-1.11

Bug fixes
New features

This release restores PHP 5.3 compatibility and includes minor API changes. Please check it for compatibility (with other form_builder based modules) before updating and as always: Make backups!

This release adds a new dependency on ctools. Please be sure this module is available to your Drupal site before running update.php (or drush updb).

The most important changes are:

form_builder 7.x-1.8

Bug fixes
New features

Summary

This release contains two major changes:

form_builder 7.x-1.7

Bug fixes
New features

Bugfixes

  • by drupalninja99: Fix notice for passing function result as reference. [view commit]
  • Issue #2383285 by markus_petrux, torotil, nod_, genjohnson, drupalninja99: Options element stopped working [view commit]

form_builder 7.x-1.6

Security update
Bug fixes

This release of Form Builder for Drupal 7 solves a few minor bugs and solves a security issue as detailed in SA-CONTRIB-2014-115 - Form Builder - Cross-Site Scripting (XSS).

Bug fixes since 7.x-1.5:

form_builder 6.x-1.6

Security update

This release of Form Builder for Drupal 6 patches a security issue. More information is available in SA-CONTRIB-2014-115 - Form Builder - Cross-Site Scripting (XSS).

form_builder 6.x-1.5

Bug fixes
New features
Insecure

This release of Form Builder adds a few new pieces of functionality, such as the ability to clone fields, clicking to add fields from the palette, and highlighting fields.

This release also fixes several bugs, upgrading is recommended for all users.

Changes since 6.x-1.3:

form_builder 7.x-1.5

Bug fixes
New features
Insecure

This release of Form Builder adds a few new pieces of functionality, such as the ability to clone fields, clicking to add fields from the palette, highlighting fields, and support for Webform "unique" validation.

It also addresses a number of bugs and adds compatibility with jQuery 1.9 and higher. Upgrading is recommended for all users.

Changes since 7.x-1.4:

form_builder 7.x-1.4

Bug fixes
Insecure

This minor update to Form Builder ensures Form Builder works properly with the 7.x-4.x-ALPHA7 release of Webform.

Changes since 7.x-1.3:

  • #2022959: Accomodate Webform 7.x-4.x-alpha7 "required" component.
  • #1816212: maxlength property not editable on Webform textfields.

form_builder 7.x-1.3

Bug fixes
Insecure

This release of Form Builder focuses on data integrity issues. In particular, it handles reordering of new elements and nesting within fieldsets in more robust ways. This upgrade is recommended for all users of Form Builder.

Bug fixes since 1.2:

form_builder 6.x-1.3

Bug fixes
Insecure

This release of Form Builder focuses on data integrity issues. In particular, it handles reordering of new elements and nesting within fieldsets in more robust ways. This upgrade is recommended for all users of Form Builder.

Bug fixes since 1.2:

form_builder 7.x-1.2

Bug fixes
Insecure

A minor update fixing minor issues and problems with the File component in the Webform integration.

Bug fixes:

form_builder 6.x-1.2

Bug fixes
Insecure

A minor update fixing minor issues and problems with the File component in the Webform integration.

Bug fixes:

form_builder 7.x-1.1

Bug fixes
Insecure

Bug fixes release fixes several issues with Form Builder and specifically with the Webform integration. Upgrading is recommended for all users.

  • #1553108 by SebCorbin and Pedro Lozano: Invalid argument supplied for foreach() in form_builder_webform_form_builder_load() with unknown types.
  • #1678518 by tripper54: Undefined index error on status report page when no sub modules enabled.
  • #1565440 by Pedro Lozano: Default values in hidden fields are not shown.
  • #1684166: addslashes() needed in form_builder_examples_export_recurse().
  • #1616884 by katbailey: The #title_display property gets erroneously unset.
  • #1615396: Number components forced to have min, max, and step values (empty values not saved).
  • #1563780: Use a #type='actions' wrapper around save buttons.
  • #1563710: Use node_save() directly to avoid conflicts with Entity Cache.
  • #1513836: Time Format missing.
  • #1526006 by duellj: Unique form elements aren't respected once a form is saved.

form_builder 6.x-1.1

Bug fixes
Insecure

Bug fixes release fixes several issues with Form Builder and specifically with the Webform integration. Upgrading is recommended for all users.

  • #1553108 by SebCorbin and Pedro Lozano: Invalid argument supplied for foreach() in form_builder_webform_form_builder_load() with unknown types.
  • #1678518 by tripper54: Undefined index error on status report page when no sub modules enabled.
  • #1565440 by Pedro Lozano: Default values in hidden fields are not shown.
  • #1684166: addslashes() needed in form_builder_examples_export_recurse().
  • #1616884 by katbailey: The #title_display property gets erroneously unset.
  • #1615396: Number components forced to have min, max, and step values (empty values not saved).
  • #1563780: Use a #type='actions' wrapper around save buttons.
  • #1563710: Use node_save() directly to avoid conflicts with Entity Cache.
  • #1513836: Time Format missing.
  • #1526006 by duellj: Unique form elements aren't respected once a form is saved.

form_builder 7.x-1.0

New features
Bug fixes
Insecure

Major release since the 0.9 version. Lots and lots of changes. While all users are recommended to upgrade, proceed with caution when upgrading from the 0.9 version. This version is stabilized and is suitable for use with the Webform project.

Change list:

  • #1404988: Set default option keys to numbers and increment intellegently.
  • #1472546: Chrome scrolls to top of page after every drag.
  • #1446642: Unable to add fields to newly created fieldset when a description is present.
  • #1468932: Missing image title.png, remove unused CSS.
  • #1472490: Add "weight" property for fields, put Webform defaults in a reasonable order.
  • #1467194: File component configuration does not have theming in Form Builder.
  • #1462340: Textarea labels lost upon editing.
  • #1433848: Increase "form_id" column from 32 to 128 characters.
  • #1423996: Palette does not scroll with page when Toolbar module not installed.
  • #1423960: Add a placeholder on totally empty forms.

form_builder 6.x-1.0

New features
Bug fixes
Insecure

Major release since the 0.9 version. Lots and lots of changes. While all users are recommended to upgrade, proceed with caution when upgrading from the 0.9 version. This version is stabilized and is suitable for use with the Webform project.

Change list:

  • #1404988: Set default option keys to numbers and increment intellegently.
  • #1472546: Chrome scrolls to top of page after every drag.
  • #1446642: Unable to add fields to newly created fieldset when a description is present.
  • #1468932: Missing image title.png, remove unused CSS.
  • #1472490: Add "weight" property for fields, put Webform defaults in a reasonable order.
  • #1467194: File component configuration does not have theming in Form Builder.
  • #1462340: Textarea labels lost upon editing.
  • #1433848: Increase "form_id" column from 32 to 128 characters.
  • #1423996: Palette does not scroll with page when Toolbar module not installed.
  • #1423960: Add a placeholder on totally empty forms.

form_builder 7.x-0.9

Bug fixes

The 0.9 release of Form Builder makes numerous improvements and brings the module closer to a production-level module. Note that Form Builder still contains numerous bugs and sub-modules that are not complete. Use of this module in production is not recommended.

form_builder 6.x-0.9

Bug fixes

The 0.9 release of Form Builder makes numerous improvements and brings the module closer to a production-level module. Note that Form Builder still contains numerous bugs and sub-modules that are not complete. Use of this module in production is not recommended.

form_builder 7.x-1.x-dev

Development version of Form Builder. Please use this version before reporting any bugs.

form_builder 6.x-0.8

Bug fixes

This release of Form Builder fixes a major problem when saving form elements back to the form cache and offers better support for new releases of Options Element module.

form_builder 6.x-0.7

Bug fixes

This minor release fixes a major bug and moves Options Element to a separate project.

Bug Fixes:
#595970: form_builder_cache_save always does an INSERT, never an UPDATE

Options Element may now be acquired at http://drupal.org/project/options_element.

form_builder 6.x-0.6

New features
Bug fixes

This version of Form Builder makes the following improvements:

The Form Builder palette block is no longer required to be enabled. Form builder will put the palette in the main content area if the block is not enabled, allowing for better compatibility with themes and easier set up.
Better hover in and out recognition
Better handling of empty fieldsets
Adds icons and CSS for "email" and "markup" fields

form_builder 6.x-1.x-dev

Development version of Form Builder. Please use this version before reporting any bugs.

form_builder 6.x-0.5

Initial public release of Form Builder. Do not use this module in a production environment. It's suggested to not enable the Node Form support at all, as it will seriously cripple the configuration of node types at admin/content/node-type/[type-name].

formbuilder 5.x-1.x-dev

Contains many Errors. Please do not use it! Check back by may 15th 2007

Formbuilder for drupal 5.

Please remember to download the file http://sandbox.jodhpuriguy.com/files/JSON.zip as mentioned in readme.txt and place it as specified by the README

formbuilder 4.7.x-1.x-dev

Contains many Errors. Please do not use it! Check back by may 15th 2007

Subscribe with RSS Subscribe to Releases for Form Builder