webform_prefill 7.x-1.2

New features

This release is identical with 1.2-alpha1

Changes since 1.1

  • #7: Integrate with select_or_other.

Note: You need jquery.formprefill 0.13.0 or newer for the select_or_other integration to work.

webform_prefill 7.x-1.1

New features

Changes since 1.0

This is the same as 1.1-beta1.

  • #6: Load JS on every page (for URL parsing), remove dependency on es6-promise (we use polyfill.io now). 🐛 🏗

Browser compatibility: This removes the dependency on es6-promise. If you need support for older browsers use polyfill.io or something similar.

webform_prefill 7.x-1.1-beta1

Bug fixes
New features

Changes since 1.0

  • Load JS on every page (to be able to parse URL parameters).
  • Remove es6 promise. Site-builders are responsible for including their own Promise polyfill if they want to support IE.
  • Use the minified library (requires @moreonion/jquery.formprefill ≥ 0.12.0).

Full list of changes

  • #6: Load JS on every page (for URL parsing), remove dependency on es6-promise (we use polyfill.io now).

webform_prefill 7.x-1.0

New features

This release adds more options for storing the prefill values. The module can now make use of localStorage, sessionStorage and cookies. You can configure it useng the variable interface.

webform_prefill 7.x-1.0-rc2

Bug fixes

Summary

This release fixes many issues with the new jquery.formprefill plugin. Please use jquery.formprefill >= 0.10.0 with this module.

webform_prefill 7.x-1.0-rc1

Bug fixes
New features

Known issues

The upstream jquery.formprefill module also prefills hidden fields used for drupal’s internal form handling. This is bound to break forms!

Please do not upgrade to this module version. You may downgrade to 7.x-1.0-alpha4 at any time.

Summary

With this release most of the JavaScript is put into a separate jquery.formprefill plugin which can be found on: https://www.npmjs.com/package/jquery.formprefill. This release adds several new dependencies:

webform_prefill 7.x-1.0-alpha4

Summary

Slightly modularize the JS so it can be reused more easily.

Full list of changes since 7.x-1.0-alpha3

webform_prefill 7.x-1.0-alpha3

Bug fixes

Summary

This release fixes the handling of #value sections (separated by a semicolon) to match the example on the module-page. It also fixes edge-cases like input-elements without a name attribute and file-uploads.

webform_prefill 7.x-1.0-alpha2

New features

Support inclusion/exclusion via classes.

Use .webform-prefill-exclude and .webform-prefill-include for exclusion and inclusion respectively. The class closest to any input element counts.

Subscribe with RSS Subscribe to Releases for Webform prefill