[FONT=Verdana]Is it possible to stop guests from using the contact us form?[/FONT]
[FONT=Verdana]Is it possible to stop guests from using the contact us form?[/FONT]
You could alter the:
/includes/modules/pages/contact_us/header_php.php
And force a login ... with a message to explain why ...
Something like:
PHP Code:if (!$_SESSION['customer_id']) {
$_SESSION['navigation']->set_snapshot();
// add a message here
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
}
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!