Zen Cart Logo
Forums / General Questions / Change contact us drop down to radio list.

Change contact us drop down to radio list.

Views: 526

Results 1 to 2 of 2
22 Jul 2011, 10:17 AM
#1
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

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?

22 Jul 2011, 10:24 AM
#2
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

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?

<?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

    }

?>