Hi Oracle,

Fantastic Mod. I'm having issues with pull down Menu's. The age sample is not working correctly, it displays an empty textbox instead of a pulldown with the age list.

Could you verify the php command in includes/templates/my_template/templates/tpl_account_edit_default.php to be

PHP Code:
<?php echo zen_draw_input_field('customers_age'$account->fields['customers_age'], 'id="customers_age"'); ?>
For drop down menu's, I am not a PHP programmer but I have a hunch that the command is not correct. Should we be using zen_draw_pull_down instead?

Bjorn