Subject not translating [title] tag
julianna - July 22, 2008 - 12:55
| Project: | Webform |
| Version: | 5.x-2.1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The default subject for the webforms is set to "Form submission from: [title]". However, emails being sent have "Form submission from: [title]" as the subject, rather than replacing "[title]" with the actual form title.
The form title can be changed by setting the email subject to "custom" for each webform.

#1
Thanks, the default tag was changed from [title] to %title, but not all the code reflected that. I've updated CVS to use %title everywhere in the code. If you go to admin/settings/webform and change the default to use %title, it should work properly until I make the next release.
#2
Automatically closed -- issue fixed for two weeks with no activity.