Downloads

Download webform-5.x-2.0.tar.gztar.gz 147.32 KB
MD5: 38dec6d7ca52caeba0291f146b7fc4f3
SHA-1: a9318e12fabda2573388bf9cbd19218e3106bb75
SHA-256: fb1393151962f657ba402af19702b3ed456da9a1c3baec59a4752223e3d9f840
Download webform-5.x-2.0.zipzip 179.62 KB
MD5: 396a838e9354d2847e44a75d09c0f70e
SHA-1: 326cfb13a72059b7038306025250f275d26954cd
SHA-256: f7be8808bde1ffd56d00fd6ad96e09cffa9983e38d364ba27823b14934a50728

Release notes

Webform 2.0 final is here. It is much more compatible with other 3rd-party modules such as Diff and CCK. If building a new Drupal site, I highly recommend the 2.x version over 1.x. The Webform 1.x branch is now depreciated, I'd suggest moving over sites to get the latest fixes and updates for this module.

Warning: Carefully upgrade your site from 1.x to 2.x. The changelog details some API changes that have taken place, specifically custom theming of webform e-mails will break between versions. Additional validation and submit code will also likely need to be updated. If you haven't used either of these customizations to Webform, there is no special instruction for upgrading from 1.x.

Complete changelog from 1.x to 2.x:
- Redirect POST option removed.
- Webform components moved to the "Form components" tab when editing.
- Webform node structure changed. All webform additions to the node are placed in $node->webform.
- Clone option added to components.
- Database storage improved to be more consistent and efficient.
- Additional e-mails may be sent by modifying the $node->webform['additional_emails'] variable in the Additional Validation field.
- The values of select and hidden fields may receive e-mails by using the option in Conditional e-mail recipients field.
- E-mail from name, from address, and from subject may be entered in a text field.
- The complete webform may be shown in the teaser view of a node.
- Submit button text may be changed.
- Theme function theme_webform_create_mailmessage() has been renamed to theme_webform_mail_message().
- $cid parameter added to theme_webform_mail_message() to create unique e-mails depending on a particular recipient or component.
- Theme function theme_webform_mail_headers added.
- Component descriptions are textareas rather than textfields.
- _webform_filtervalues() has been renamed to _webform_filter_values.

Changes from 2.0 beta3 to Webform 2.0
- #229003 Component types in the components list not being translated.
- #242170 Localalized strings break theme functions.
- #252788 Remove arg() dependencies from Webform menu loaders.
- #252808 Unable to clear webform submissions.

Created by: quicksketch
Created on: 9 May 2008 at 04:33 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
New features
Bug fixes
Insecure

Other releases