EE 1
EE 2
Custom Drop Down Creator
Developer
3rd Party (Commercial)
Current Version: 2.0
Release Date: Mar 6, 2011
Buy Now!
Compatibility
- LG Addon Updater
- Multi Site Manager
- Stand Alone Entry Form
Requirements
- jQuery for the Control Panel
Tags
This allows you to re-create a drop-down menu in a form if you have a custom field of type Select Drop Down or Multi Select.
Tag usage
Select Drop Down
<select id="{exp:custom_drop_down:field_id field_name="drop-down"}" name="{exp:custom_drop_down:field_id field_name="drop-down"}">
{exp:custom_drop_down field_name="drop-down" separate_values="yes" initial_value_value="my-value" initial_value_option="Choose an option…"}
<option value="{value}">{value}</option>
{/exp:custom_drop_down}
</select>
Multi Select
<select multiple="multiple" id="{exp:custom_drop_down:field_id field_name="drop-down"}" name="{exp:custom_drop_down:field_id field_name="drop-down"}[]">
{exp:custom_drop_down field_name="drop-down" separate_values="yes" initial_value_value="my-value" initial_value_option="Choose an option…"}
<option value="{value}">{value}</option>
{/exp:custom_drop_down}
</select>
This entry was last updated March 7, 2011, 3:38 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. Devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
1 Review:
Laisvunas 03.06.11
EE1 version of this add-on is available here