I tried using the global variable {webmaster_email} as the value for the notify parameter, like so:
{exp:freeform:form
form_name="Subscribers"
form_title="subscribe_form"
notify="{webmaster_email}"
return="subscriber/thankyou/%n;try_id%%"
template="new_subscriber"
send_user_email="yes"
user_email_template="welcome"
}
But it doesn’t work. I know, because the notification email that is generated is bouncing back with this error:
----- The following addresses had permanent fatal errors -----
{webmaster_email}
So clearly, the {webmaster_email} variable is not being parsed.
Is it not possible to use, or am I doing something wrong?
Thanks!
