This is a discussion on Contact Us New Fields within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Need to add new fields to the contact us page including but not limited to Address, Request Catalog This question ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Need to add new fields to the contact us page including but not limited to Address, Request Catalog This question has been asked before but was not answered. Would it be easier to just create my own form in HTML? If so what tags do I need to keep on the page? (catalog/includes/languages/english/contact_us) I know there is another page but I am not sure of its location by memory. Thank you, Jessica McCarty |
|
#2
| |||
| |||
| OK I have added the new fields on the "catalog/contact_us.php file". I have edited the "catalog/includes/languages/contact_us.php" and I have edited the "catalog/templates/contect/contact_us_tpl.php". It seems to work there are no errors, but the email that is sent is missing the new fields. I know when using cgi you have to have a text file for the email to work properly. What file does this email need to show up correctly? Thank you, Jessica McCarty |
|
#3
| ||||
| ||||
| Depending what your addring I would follow "$enquiry" in that file and add my new feilds as required. Everywhere you have an "$enquiry" or related feild you should have one for your new feild. For emails - i think you should look at the following code (Aprox line 23 in contact_us.php): Code: if (tep_validate_email($email_address)) {
tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact Us problem | TracyG | osCMax v1.7 Discussion | 3 | 10-26-2006 12:04 PM |
| Contact _us | oneplace2u | osCommerce 2.2 Modification Help | 4 | 07-28-2006 06:37 AM |
| contact up help | Raysworld | osCMax v1.7 Discussion | 0 | 11-07-2004 08:02 AM |
| Contact Form MOD | drakonan | osCommerce 2.2 Modification Help | 1 | 01-03-2003 08:25 AM |