As title, what files do I need to adjust to change the drop down contact us menu to a radio list?
As title, what files do I need to adjust to change the drop down contact us menu to a 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 } ?>