I have a for where I want the email to go to a particular email address, and I want the from name and from email address to come from the form they filled out. Below is how I have it set up, but when the email is sent it has the name as "admin" and not the users name from the form and the from and reply to email looks like it is the users email address, which is what I want. I'm sure I'm just missing something in setting this up, could someone please help me?
Static
To (Required): [email]test@domain.com[/email]
Subject (Required): Vision Gathering Sign Up
BCC: [email]testbcc@different-domain.com[/email]
Dynamic
Dynamic From name: first_name last_name
Dynamic From email: email_address
Dynamic Reply to name: me last_name
Dynamic Reply to email: email_address
Thanks
UPDATE: I think I just found the issue. If for the Dynamic From Name and Dynamic Reply to name, I only use "first_name" it seems to work. So, how can I have "first_name" and "last_name" be in these fields? These are separate form fields on my form.
Static
To (Required): [email]test@domain.com[/email]
Subject (Required): Vision Gathering Sign Up
BCC: [email]testbcc@different-domain.com[/email]
Dynamic
Dynamic From name: first_name last_name
Dynamic From email: email_address
Dynamic Reply to name: me last_name
Dynamic Reply to email: email_address
Thanks
UPDATE: I think I just found the issue. If for the Dynamic From Name and Dynamic Reply to name, I only use "first_name" it seems to work. So, how can I have "first_name" and "last_name" be in these fields? These are separate form fields on my form.