Can a form field NOT be a database field
Confluence User - 12 May, 2016
I am new to joget. Looking at the documentation, it seems that values from e.g. radio, are stored in the form's data table using the radio's ID plus a constant string as c_'ID'.
I am trying to use radio to select a "sort by" option for a grid on the form and have provided hardcoded options. Will the radio still create a column in the form's table? If this behavior is universal how should I implement by sort options?
forms