Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
7.x-4.11 fixes a number of bugs and adds a few 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, there are almost no open bugs, one open support request, and only a few open feature requests. When Dan start maintaining Webform over a year ago, there were 330 open issues and 130 open bug reports.
Notable features
- Component descriptions may now be placed before the component, rather than just after.
- Submissions may now be exported to a csv file with CRLF (PC-style) line endings.
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.10:
- #2568637 by DanChadwick: Fixed download of multiple select options with key of 0 shows always checked.
- #2555119 by DanChadwick: Provide session when any submission link has passed token access.
- #2565063 by TAT_Audaxis: Fix fatal error when Email component is a Conditional target.
- #2562703 by DanChadwick: Fixed Multistep + File Input = Duplicate Submissions.
- #2555683 by dagmar: Fixed hook_webform_exporters and hook_webform_exporters_alter are not documented
- #284431 by bjmiller121, DanChadwick: Add option to place descriptions above fields.
- #2544990 by DanChadwick: Fixed PHP notices in webform_submission_create with multipage webforms.
- #2542796 by DanChadwick: Fixed markup components on multi-page webform causes watchdog warnings.
- #2538716 by acrollet: Added make original submission data available to modules implementing hook_webform_submission_update.
- #2541948: Fixed JavaScript webform.dateValue docblock is wrong.
- #2539954 by DanChadwick: Fixed whitespace coding standard nonconformance.
- #2536426 by DanChadwick: Fixed position fieldset is incorrectly displayed in "Select options" component edit page.
- #2535378 by DanChadwick: Fixed invalid argument in foreach in webform_format_email_address().
- #2533010 by rv0, DanChadwick: Added support exporting with alternative line endings (e.g.: CRLF).
- #2535066 by asct, DanChadwick: Fixed conditionals watchdog logging format incorrect.