Project

General

Profile

Actions

Feature #34241

closed

EXT:form - Fill SELECT with OPTIONS from static_info_tables

Added by Nathan L about 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2012-02-25
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

I would like to be able to pull data from a table to populate a SELECT

100 = SELECT
    100 {
        name = ustate
        label {
            value = State
        }
        table = static_country_zones
                select {
                   selectFields = zn_code, zn_name_local
                   where = zn_country_iso_2 = 'US'
                   orderBy = zn_name_local
                }
    }

This would be very helpful when listing large amounts of data in a form.

Actions

Also available in: Atom PDF