webform 5.x-2.0-beta1
Download: webform-5.x-2.0-beta1.tar.gz
Size: 137.59 KB
md5_file hash: 8d75577a6c65c512ffe88f08cfa21aae
First released: March 16, 2008 - 19:27
Last updated: March 16, 2008 - 19:30
This is the beta release of the next major version of Webform. 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.
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.
