Category:Templates
Category:Tips
When creating a stand alone entry form you may want to include a list of categories in a drop down list. Below is a code sample:
{category_menu}
<p><span class='highlight'>* </span><strong>Category</strong><br />
Please select the category that best matches your entry.<br />
<select name="category[]" size="1">
{select_options}
</select>
</p>
{/category_menu}
This code appears inside the expression engine entry form tag ”{exp:weblog:entry_form…..}”
