Scenario 1: Secure email on a non-secure page
Description:
An email address is on a public page, but email needs to be secured so that only ASRT members can use it.
Example:
The Board of Directors page is publicly viewable, but email links are inactive unless the user is logged in as a member. An informational tip that appears when hovering over the link tells the user that the link is not available unless logged in as a member.
Appearance/Format:
The email address is not displayed. A link labeled “Email nnn” appears instead.
Method:
A script replaces the email address in the page. That script resides in a member-only permission-restricted block in Sitefinity. Viewing the source code on the page will not reveal the hidden script. If logged in, an email link will render the email and display it when hovering over the link; if the link is clicked, the email is rendered and triggered.