field tags with hyphens in action email are not parsed
-
Using field names with hyphens like my-field-name in a form, those are submitted correctly, but they are not evaluated/parsed in the message body of an action email.
Steps to reproduce:
- Create email action
- use {{fields.my-field-name}} in action message
is not evaluated/not replaced with the value in the resulting email.
However
- renaming the field to myfieldname (without hyphens) and
- using {{fields.myfieldname}} in action message
is properly evaluated/replaced with the submitted value.
Please fix this!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘field tags with hyphens in action email are not parsed’ is closed to new replies.