formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Field Options Import #696

Open apmuthu opened 4 years ago

apmuthu commented 4 years ago

FT 3.0.20 When making Custom Field Options, the following ERD is used: FormToolsERD_3 0 20_FieldOptions

What is the purpose of the field_options.is_new_sort_group field ?

Smart Form Options import takes values from a webform (no documentation yet).

There is currently no means to import a list of options from a plain text file - this would be useful.

Here is an excel sheet with values for Indian States and Union Territories: FT_StatesUTs.xlsx

How do we stop the option group ids from being changed at every click of the Update button on the form options list page? In the excel above, the group ids are 3 & 4. When the Update button is clicked, they become 5 and 6!

apmuthu commented 4 years ago

Also a SQL based definition of field options will be another useful feature with one (or two if value is different from display) fields in the select statement.