timmle Posted October 6, 2009 Posted October 6, 2009 I have sucessfully entered several extra text fields to my account creation page but i would prefer them to be drop downs instead. This is the code i have at the moment; <?php echo tep_draw_input_field('rsph', '','maxlength="6"' . 'style="width: 50"') . ' ' . (tep_not_null(ENTRY_RSPH_TEXT) ? '<span class="inputRequirement">' . ENTRY_RSPH_TEXT . '</span>': ''); ?> i know it is to do with the tep_draw_input_field and changing that to tep_draw_pull_down_menu. But once i have done this how do i make it show a list of possible entries? I would appreciate any help at all. I have looked at other contributions but can not see how it links in with this. Seems as if there is a possible creation of a area in mysql database and the dropdown list pulls that information out ready. Is this correct? And if so how is it done?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.