Hi,
I'm trying to set up a form (on local LAN only, using Xampp) where the user inputs some details, including their email address. This works fine, up to a point. But, I can't help wondering what I'm missing when things don't work.
What I need is for an email to go to a preset user, but with a dynamically created subject according to how the form is filled in.
I need to send the email "subject" in the following format.... the name of the user filling in the form followed by the text "- submission". So the subject would read "Joe Bloggs - submission" with the name being dynamic. To work this, I've set up the text "- submission" as a hidden field (hidden_24) and the user's name as text_1. So, in the "Dynamic Subject" box, I have "text_1 hidden_24" without the quotes. When the email arrives, the subject is blank.
Is there something I'm doing wrong? I have tried all sorts of different combinations, searched the forum and read the email tutorial, but can't figure out how to set this up to work. Can I have more than one dynamic field name in Dynamic Subject?
Cheers,
Lea
I'm trying to set up a form (on local LAN only, using Xampp) where the user inputs some details, including their email address. This works fine, up to a point. But, I can't help wondering what I'm missing when things don't work.
What I need is for an email to go to a preset user, but with a dynamically created subject according to how the form is filled in.
I need to send the email "subject" in the following format.... the name of the user filling in the form followed by the text "- submission". So the subject would read "Joe Bloggs - submission" with the name being dynamic. To work this, I've set up the text "- submission" as a hidden field (hidden_24) and the user's name as text_1. So, in the "Dynamic Subject" box, I have "text_1 hidden_24" without the quotes. When the email arrives, the subject is blank.
Is there something I'm doing wrong? I have tried all sorts of different combinations, searched the forum and read the email tutorial, but can't figure out how to set this up to work. Can I have more than one dynamic field name in Dynamic Subject?
Cheers,
Lea