How do I arrange two text field components so that both share the same block? For example I want the text field components for First Name and Last Name to share the same line. Currently, I am using a panel to implement it, which is contained within a larger panel. What component can I use to group multiple components?
You can configure panel to be of multiple columns, that way you can have multiple fields in a single line, if the space permits otherwise they will wrap around.
Configuration under panel properties:
Panel is the only component you can use for grouping of fields
You can configure panel to be of multiple columns, that way you can have multiple fields in a single line, if the space permits otherwise they will wrap around.
Configuration under panel properties:
Panel is the only component you can use for grouping of fields