using Drupal 7 webform module. The module is set to email out results. The problem is that the form submissions are going via email into Zendesk, which ideally would be able to parse out first/last name from the sender.
The problem is that the email from name is set to use the component first name from the form.
The help text below the selector says “Any textfield, select, or hidden form element may be selected as the sender’s name for e-mails.” Is there a way to concatenate the first and last name fields from the form into the from name field?
the form was previously set (before I started working on it) with ‘Value of First Name’ in the “cusstom” from field. That wasn’t working. Would [submission: first_name] [submission: last_name] or a similar token work?