Hi all,
I am trying to create a separate "Become a Retailer" form, separate from the Contact Us form. This Retailer request form will have more fields than the Contact_us as well.
What I've done to unsucessfully accomplish this (LOL) is copy the contents of
includes/languages/english/MY_TEMPLATE/contact_us.php
and pasted them into
includes/languages/english/MY_TEMPLATE/page_2.php
...and modified the output accordingly.
I also copies the content of:
includes/modules/pages/contact_us/header_php.php & pasted into
includes/modules/pages/page_2/header_php.php
in the above files, I changed lines 15 and 109 from this:
toPHP Code:$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_CONTACT_US, 'false');
I also copied the contents of :PHP Code:$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_PAGE_2, 'false');
includes/templates/MY_TEMPLATE/templates/tpl_page_2_default.php
and pasted into...
includes/templates/MY_TEMPLATE/templates/tpl_contact_us_default.php
All this yielded a blank "Become a Retailer" page.This is a primative attempt. Can anyone tell me if I'm at least on the right path? Any further suggestions?
Thanks in advance for your help.
MC


This is a primative attempt. Can anyone tell me if I'm at least on the right path? Any further suggestions?

