Hi TDO,
Seems like something changed in recent times; my categories were displayed fine (have been using this plugin for over a year) but right now I don't see them displayed on my "submissions page" at all!
Looking at the form hacker it shows:
<!-- categories start -->
<fieldset>
<?php $defcat = 4; if(isset($post_args['categories'])) { $defcat = $post_args['categories']; } ?>
</fieldset>
<!-- categories end -->
On the submssions page nothing is displayed and in the source code it shows: `<!-- categories start -->
<!-- categories end -->`
I have the "Categories 1" Widget set up as follows:
Title: Select A Category:
Display Categories in Heirarchical Mode is ticked.
Category Order: Name.
Category Sorted: Descending Order.
Display As: Dropdown.
Any ideas please?