Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download webform-7.x-4.12.tar.gztar.gz 234.91 KB
MD5: 5eed02c0782f36b042c205f4229a076c
SHA-1: c42628c7803a7e33e134a571914baadf3f9f94fc
SHA-256: 853d7d9804a2c4cb0f4bceec845662cda6a60e074906d2f2c194efb1d304b329
Download webform-7.x-4.12.zipzip 284.84 KB
MD5: 96570c0e74e2b9ad8c6fc649a6745e15
SHA-1: b5186bc19cdc44694685835d84ea51ac6792132e
SHA-256: 80b56411797449046ceabf8f38301d2da41d6581c70caac17c27b99eb5f1d17c

Release notes

7.x-4.11 fixes a number of bugs and adds several features. Updating is recommended for all users of the 7.x-4.x branch.

Fund maintainer Dan Chadwick via PayPal.

Recent releases represent 100's of hours of development. As of this writing, the 7.x issue queue is nearly empty. When Dan start maintaining Webform almost two years ago, there were 330 open issues and 130 open bug reports.

Notable features

  • Enhanced grid component. You can now add additional components nested (i.e. indented) under a grid component. These components will be included in the grid. If they are Select Options components, their options will be merged with any options defined in the grid itself. This allows support for:
    • Grid questions with checkboxes (multiple choice).
    • Grid questions controlling or controlled by conditionals.
    • "Pop up" text components under a question, controlled by a conditional.
    • Removing options from certain questions.
  • Title within the component. A component title may now be placed within a grid component, as the top-left cell. If a right-header is defined, it will be the top-right cell.
  • Form key is shown. The form key is now displayed in the list of components, making it easier to know each component's form key for CSS or other purposes.
  • drush sql-sync --sanitize. Support for the drush command to sanitize data. Note: hooks are not called. This may or may not be acceptable for your site's needs.
  • drush webform-clear. Clear submissions via drush.
  • Disable token support. Set webform_token_access to FALSE in settings.php if you webform content authors cannot be trusted with access to tokens.

Upgrading from Webform 3.x to 4.0

Upgrading is recommended for all Webform 3.x users who have determined that any related modules are compatible with Webform 4. Make a database backup prior to upgrading. See the API changes between 3.x and 4.x documentation for more information.

Changes since 7.x-4.11:

  • #2597045 by DanChadwick: Added relax 128 character limit in Conditionals "set to" command to unlimited.
  • #2581891 by DanChadwick: Fixed unintended byte order mark in grid.inc.
  • #2581891 by DanChadwick: Added advanced grid (multiple choice, conditionals, non-homogeneous options).
  • #1463364 by DanChadwick: Added option to move grid title to first row header.
  • #2580221 by amoebanath: Fixed unfiltered form display still applies conditionals.
  • #2555051 by DanChadwick, greggles: Added sanitize private data in webform_submitted_data.
  • #2577259 by DanChadwick: Added allow tokens to be disabled.
  • #2581685 by DanChadwick: Fixed component delete confirmation assumes fieldset.
  • #2574577 by DanChadwick: Fixed regression in no results behaviour not triggered for Webform Value fields in views.
  • #2579227: Fixed setting a conditional rule to 'is empty' breaks subsequent operators.
  • #2578583 by DanChadwick: Fixed conditional code cleanup (no functional change).
  • #1133958 by DanChadwick: Added the "Field Key" column to the component table.
  • #2577649 by DanChadwick and emek: Fixed values from grid component don't get included in emails when excluding empty values.
  • #2560339 by DanChadwick: Fixed webform 3.x to 4.x upgrade when views is disabled.
  • #2555853 by DanChadwick: Added warning that component must be Required if required is conditionally set.
  • #2575903 by DanChadwick: Fixed conditional form shows set-to operand when it shouldn't.
  • #2575901 by DanChadwick: Fixed conditional definition validation incorrect.
  • #2575875 by DanChadwick: Added drush command webform-clear to clear submissions.
  • #2563467 by DanChadwick: Fixed cannot clear a large number of submissions.
  • #2574577 by DanChadwick: Fixed no results behavior not triggered for in views of webform fields.
  • #2566017 by DanChadwick: Fixed wfx range-type='new' doesn't set last-downloaded sid.
  • #2573523 by DanChadwick: Added number validation reg ex comments.
  • #2573523 by DanChadwick: Added allowing numbers starting or ending with a decimal.
Created by: DanChadwick
Created on: 23 Oct 2015 at 17:39 UTC
Last updated: 11 Dec 2019 at 19:57 UTC
Bug fixes
New features
Insecure

Other releases