bingo1980 Posted December 28, 2009 Posted December 28, 2009 Hi there folks, i am building my website, and i have a conflict in my drop down menu. when its like this: function tep_draw_pull_down_menu($name, $id='', $values ='', $default = '', $parameters = '', $required = false) { $field = '<select name="' . tep_output_string($name) . '"'; if (tep_not_null($parameters)) $field .= ' ' . $parameters; $field .= '>'; The create account page will show drop down menu's. But when i move $values to come before $id it shows the creditcard expiry (on payment modules) Can anyone point me in the right direction. pls i am a newbie and would trade services for anyone or buy beer! Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.