Format of invitation template
Posted: 27 February 2008 04:50 PM   [ Ignore ]
Newbie
Rank
Total Posts:  7
Joined  2006-04-03

Hi there -

Forgive if I’ve missed this somewhere, but is there a specific format that should be followed in the template used by the invitation key form when sending the invitation email?

I have set up a template containing one para of plain text and the ‘key’ variable - like this:

To register, click on this key: {key}

When I submit the key form, I get a success message ("The following keys were successfully created: xxxxxx"), and the email is sent, but the email content is blank.

I’ve tried all three parse methods - same result.

Any ideas?

Kind regards,

Les
________________________________
Les McKeown FCA, President & CEO
Predictable Success®
Everything you need to achieve consistent, profitable growth

GET IT TODAY...... ===> http://GetPredictableSuccess.com

Profile
 
 
Posted: 28 February 2008 08:04 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3343
Joined  2006-10-18

Have you properly linked to your template? smile

{exp:user:key template="user/key_template"}

 Signature 
Profile
 
 
Posted: 28 February 2008 08:11 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  7
Joined  2006-04-03

I believe so. My code is:

{exp:user:key template='inc/.key-text-template'}
stuff
{
/exp:user:key}

Profile
 
 
Posted: 28 February 2008 08:19 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3343
Joined  2006-10-18

I wonder if the . is throwing it off… can you try without? (including changing the template name)

 Signature 
Profile
 
 
Posted: 28 February 2008 09:20 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  7
Joined  2006-04-03

That was it! Good spot smile Thanks.

Profile