Article Topics: Members, Sites, Templates
If you need additional control over the approval page's appearance and behavior, you can modify it to accommodate the automatic login process.
Navigate to the Templates tab of the currently selected tour.
Find the page_approval template, click the vertical ellipses to the right, then click Customize Template.
The default page_approval template is minimal and outputs:
A confirmation message
The member username
Conditional Gigdat receipt information
You can implement your CMS Tour and Member Area design and include a url to your Members Area.
Learn more about customizing templates in our Templates article.
When customizing the page_approval template:
Do not remove required Smarty variables such as $member.username
Preserve conditional billing logic
Ensure the login link points to the correct CMS Member Area
Last updated 23 days ago
Was this helpful?
<h3><a href="https://your-member-area-url/">Log in now</a></h3>