Form: Difference between revisions

Jump to navigation Jump to search
542 bytes removed ,  13 March 2020
Line 93: Line 93:
** Full Width – This field is always alone in a row.
** Full Width – This field is always alone in a row.
** Break After – This field can be displayed in a row with other fields, however, it is the last field in the row.
** Break After – This field can be displayed in a row with other fields, however, it is the last field in the row.
* Grid Position – When you display multiple fields in one row using '''Add Grid''', set the top left coordinate of each field, width, and height: <code>left; top; width; height</code>.
:[[File:Grid Position examples.png]]


Additional settings for '''grid items''' created via '''Add Grid''' button ([[Form#Displaying_multiple_fields_per_row|display multiple fields in one row]]):
Additional settings for '''table items''' created via '''Add Table''' button ([[Form#Displaying_multiple_fields_per_row|display multiple fields in one row]]):
* Columns Use asterisks separated by semicolons to define multiple columns. For example, <code>*;*;*</code> means three equally wide columns. Use <code>3*;*</code> for two columns, where the first column is three times wider than the second. Use <code>Auto;Auto</code> to format the table to match the width of the cell/field.
* Position in table Select the table cells that the selected item should occupy.
* Rows – Use asterisks separated by semicolons to define multiple rows.


== Creating a form ==
== Creating a form ==

Navigation menu