Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Creates a dropdown or MultiSelect field for you publish page based off of a custom sql statement.

Notifications You must be signed in to change notification settings

sjcallan/expressionengine-query_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DESCRIPTION: This simple ExpressionEngine fieldtype allows you to develop dropdown or multiselect menus based off of custom SQL queries. Simply define your field text, value and your sql statement. Make sure that your field text field and field value field is contained in your SELECT.


EX: Value Field: cat_id Visible Text Field: cat_name SQL Query: SELECT cat_id, cat_name FROM exp_categories WHERE site_id=1 ORDER BY cat_name ASC Form Type: Dropdown

This will create a select field with all of your categories.


INSTALLATION: Upload the query_field folder to your /systen/expressionengine/third_party/ directory Log into EE-> Add-Ons --> FieldTypes --> Install Query Field You're good to go

About

Creates a dropdown or MultiSelect field for you publish page based off of a custom sql statement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages