Expand my Community achievements bar.

SOLVED

Rearranging components

Avatar

Level 1

Hello,

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?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 3

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:

1334855_pastedImage_1.png

Panel is the only component you can use for grouping of fields

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

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:

1334855_pastedImage_1.png

Panel is the only component you can use for grouping of fields