Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    79
    Plugin Contributions
    0

    Default Contact us Drop down list

    I am trying to change our contact us page to allow a few dif options e.g.

    Customer Support
    Order tracking
    Website Problems

    etc etc

    I have found this bit of code in includes/modules.pages/contact_us/header_php.php


    Code:
    // use contact us dropdown if defined
        if (CONTACT_US_LIST !=''){
          $send_to_array=explode("," ,CONTACT_US_LIST);
          preg_match('/\<[^>]+\>/', $send_to_array[$_POST['send_to']], $send_email_array);
          $send_to_email= eregi_replace (">", "", $send_email_array[0]);
          $send_to_email= eregi_replace ("<", "", $send_to_email);
          $send_to_name = preg_replace('/\<[^*]*/', '', $send_to_array[$_POST['send_to']]);
        } else {  //otherwise default to EMAIL_FROM and store name
        $send_to_email = EMAIL_FROM;
        $send_to_name =  STORE_NAME;
    I notice the // use contact us dropdown if defined at the top

    My question How do I define the drop down list?

    Thank you

  2. #2
    Join Date
    Sep 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Contact us Drop down list

    cancel this I found it in Admin/email options

    TY

 

 

Similar Threads

  1. New drop down list needed
    By lsbu in forum General Questions
    Replies: 1
    Last Post: 14 Mar 2007, 03:45 PM
  2. Contact us form drop down box for different departments?
    By immersive in forum General Questions
    Replies: 1
    Last Post: 29 Jan 2007, 09:44 PM
  3. How can I change the manufacturer list to a drop list?
    By maxima in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Oct 2006, 04:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •