Selecting label instead of email for contact form submissions
-
Hello,
I have a form set up that is used by the therapists of a client of mine when they complete work with their patients. The first field requires the therapist to select their name from a drop-down menu and I have coded it as follows (actual names replaced for privacy):
[select* therapist first-as-label “Choose Therapist” “Therapist 1|[email protected]” “Therapist 2|[email protected]”]
The mail submission is coded as follows:
“Retreat completed with [therapist] and [client-first-name] [client-last-name]! Automated follow-up sequence has been activated.”
The submission is delivered just fine but the [therapist] field is pulling the email address instead of the name, most likely because the name is identified as just a label. I would like to get the submission to show the name/label instead… is that possible? Is there something I need to change about [therapist] as it’s coded in the mail?
Thanks for your help!
The page I need help with: [log in to see the link]
- The topic ‘Selecting label instead of email for contact form submissions’ is closed to new replies.