Code: Select all
This module, in conjunction with the UserID module allows you to create a page that will look different depending upon the person that looks at it. You can specify different content for certain users, or members of a certain group.
Code: Select all
{if $customcontent_loggedin}
Welcome <b>{$customcontent_loginname}</b><br />
{cms_module module='FormBuilder' form='Sales'}
{else}
<h1>You are not authorized to view this data</h1>
{/if}