Developer forum

Forum » CMS - Standard features » Information in user confirmation email in the Extranet/Intranet app

Information in user confirmation email in the Extranet/Intranet app

Lars Larsen
Lars Larsen
Reply

Hi

I am using the Extranet/Intranet app for newsletter signup. I have set up a "Create profile" form using the app. Now In the template "usermanagement\createprofile\user_email_confirmation.cshtml" I would like to show which newletter groups (user groups) the user have signed up to. How can I do that? I can't see which tags are available in the template because TemplateTags() doesn't output anything when used in the template.


Replies

 
Oleg Rodionov Dynamicweb Employee
Oleg Rodionov
Reply
This post has been marked as an answer

Hi Lars,

Not rendering of TemplateTags() or <!--@DwTemplateTags--> is limitation in the case. You can use 'Groups' loop and all available tags inside it in the emai confirmation template. Please, see http://doc.dynamicweb.com/template-tags/users/extranet/details/groups for details. I've checked it on last DW93 and have good results. Thanks.

BR Oleg QA

Votes for this answer: 1
 
Lars Larsen
Lars Larsen
Reply

Hi Oleg

Thanks, I used the groups loop as you suggest and that works just fine :-)

 

You must be logged in to post in the forum