Fieldchooser
Developer
3rd Party (Free)

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
Add-On Type(s)
Fieldtype
Tags
Choose among several ExpressionEngine fields on the Publish page.
This is a poor man’s flexible field type. Sometimes you have a content area that might be two different things. For me, a frequent use case is a content block that might sometimes be a locally hosted image, or sometimes be e.g., a Vimeo video embed. These are two different fieldtypes (a File and maybe a Text URL), and their content is mutually exclusive, so it’s confusing to the user to see them both on the Publish page.
What Fieldchooser does is let the user choose which fieldtype they’d like to use for a particular channel entry. If they want this entry to use a Vimeo embed, they’d select the “Vimeo URL” field and Fieldchooser will hide (i.e., with javascript, on the Publish page) the corresponding “Image” File fieldtype. On the frontend, Filechooser will simply output the name of the selected field, which is useful in a conditional render block:
{if “{media_chooser}” == “vimeo_url”}
Your video URL is: {vimeo_url}
{if:else}
Your image URL is: {image}
{/if}
When adding a Fieldchoooser field to a channel fieldset, you choose which fields you want to present to the user (in the above example, you’d pick out “Vimeo URL” and “Image” from a multiselect box). Obviously, you need to create these fields before you try to set up a Fieldchooser.
Fieldchooser Links
This entry was created March 3, 2015, 1:18 pm.
This entry was last updated March 3, 2015, 1:19 pm.
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.
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!