Pages

Monday, August 5, 2013

How to make a custom email template from the webform form component fields in drupal 7

Example: In the email settings in webform, in the email template enter the below code.

Dear %value[first_name],  // where first_name is the field key of the component

Thank you for subscribing our newsletter. Your email address has been added to our mailing list.

The details of your submissions are:
%email_values

No comments: