using {webmaster_email} for notify="”
Posted: 08 May 2008 06:37 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2008-05-06

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/%&#xen;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!

Profile
 
 
Posted: 09 May 2008 06:24 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18

UrbanTurf,

Using a method like this currently does not work, although we do plan to extend it’s capabilities in the future smile

 Signature 
Profile
 
 
Posted: 09 May 2008 06:33 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  4
Joined  2008-05-06

OK. Thanks for the prompt reply.

Freeform is a great tool!

Profile