The webform admin help does not describe the recently added email configuration fields. These fields allow the user to configure the from address field, and subject line, of webform generated emails.

This patch adds two lines into the admin help at about line 38 in webform.module:

  <li>Select which roles who should have submission access to this form (roles that have the &quot;use all webforms&quot; permision can allways use a webform).</li>
  <li>Add one or more components to your form.</li>
  <li>Optionaly add a email address to which submissions will be send. If no email address is specified no email will be send when submissions are made through the form.</li>
+ <li>Optionally select an email component that will be used to populate the return email address on any sent email.</ul>
+ <li>Optionally select a textfield component that will be used to populate the subject email field on any sent email.</ul>
 </ul>
 Help on adding and how to configure the components will be shown after adding your first component.
 </p>
CommentFileSizeAuthor
webform_module_email_help.patch893 bytesjnt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ullgren’s picture

jnt’s picture

ullgren’s picture

Now closed since no error are reported.