Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Change contact us drop down to radio list.

    As title, what files do I need to adjust to change the drop down contact us menu to a radio list?

  2. #2
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Change contact us drop down to radio list.

    I would imagine I need to play with that code? What about in the header_php.php file?

    Code:
    <?php
    
    // show dropdown if set
    
        if (CONTACT_US_LIST !=''){
    
    ?>
    
    <label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
    
    <?php echo zen_draw_pull_down_menu('send_to',  $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    
    <br class="clearBoth" />
    
    <?php
    
        }
    
    ?>

 

 

Similar Threads

  1. v150 The radio buttons will not change to a drop down menu after updating
    By Techietom in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 10 Jul 2012, 10:06 PM
  2. Change from drop down menu to list format
    By Oseymour in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Sep 2007, 05:47 PM
  3. MY contact drop down list doesnt work
    By lizar5- in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2007, 04:18 AM
  4. Contact us Drop down list
    By dasonix in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Apr 2007, 02:34 PM
  5. Shiping method: Drop-down list instead of radio buttons
    By mresende in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Feb 2007, 03:41 AM

Posting Permissions

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