Love the Freeform.
Now I have an instance where I have a listing of events that users can register for. Clicking on the register link takes them to a Freeform. What I would like to do is after submitting, have a send user email generated that contains info from the event weblog they registered for.
Basically, I have an events template that has a contact form template embedded in it. The contact form template has the Freeform in it. I can dynamically change the title of the form using a variable in the contact form embed:
{exp:weblog:entries weblog="events" dynamic="on" limit="1" url_title="{segment_4}" show_future_entries="yes" show_expired="no"}
{embed="embed/contact_form" form_title="{title}"}
{/exp:weblog:entries}
Then in the Freeform tag:
{exp:freeform:form form_name="{embed:form_title} Registration Form" required="name|company|email|phone1" template="registration_form"
send_user_email="yes" user_email_template="notification_template"}
My notification template looks like this:
Thank you for registering for XXXXXXXXX Registration Form
Below are the details of your registration.
Entry Date: XX XX XXXX
But if I try to assign any other variables from the weblog, all i get in the user email is the actual variable ie. {event_time} .
Hopefully I haven’t overlooked something simple. But I’ve been using Freeform for several sites and I’ve looked these forums over pretty good.
Any help is appreciated.
Thanks.
