Custom Drop Down Creator

Developer

Mark Bowen Design

3rd Party (Commercial)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

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 created October 3, 2008, 3:19 pm.
This entry was last updated March 7, 2011, 4: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!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Laisvunas 03.06.11

Laisvunas
Rating - {addon_rating_average}

EE1 version of this add-on is available here