Hi
I have looked at your code and although I do not have a solution for you I altered the snippet to my requirements and it does work
Mine goes like this
<label class="inputLabel" for="book_category">Category:</label>
<?php echo zen_draw_pull_down_menu('book_category03', zen_get_categories(array(array('id' => '', 'text' => CATEGORY))), $sData['bedrooms']); ?>
My Categories do show up in the Drop down box for the User to select. The only Problem I have with this currently is that when I receive the Email with the Form Date I does not show the Category NAme but ID Nr i.e. 7 or 28 etc.
Any Idea how I can fix it
Other than that the Form works great and I have adjusted it to my needs with help from this forum and also looking at the specialorders example on the freshabundance.com site.
Regards
Manfred
Jeffreys Bay


Reply With Quote
