x
 
Create New Page
 View Previous Changes    ( Last updated by Lisa Wess )

Stand Alone Form - Drop Downs

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'>*&nbsp;</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…..}”

Categories: