Current:
<input type="hidden" name="subject" value="| Website Owners Co. - Web Referral |" />
In a Perfect World, The following is Basically what I want it to do.
<input type="hidden" name="subject" value="| UserInput "Location" , UserInput "Date Set" |" />
IN the form itself, I would like to call upon the "Location" that the user has set, AND the "Event Date" that the user has set.
So you really get the Idea, the Form asks for the . . .
Event Date (Drop Down Values) m/d/y
Event Location (Text Field)
Can the [Subject] Line of the email be non-static in this way?
Can this be done simply? Im not that great with code beyond css/html.