Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter amaro57

    (@amaro57)

    Thank you for your reply.

    I’m not attempting to place two elements in a column, I’m attempting to nest a column within another column. Like so:

    Column Start
    Field 1
    Field 2
    Column Start
    Field 3
    Column Break
    Field 4
    Column End

    Column Break
    Field 5
    Column End

    +-------------------+---------+
    | Field 1           | Field 5 |
    +-------------------+---------+
    | Field 2           |         |
    +-------------------+         +
    | Field 3 | Field 4 |         |
    +         +         +         +
    |         |         |         |
    +---------+---------+---------+

    The bold would be a column nested within the first column. I’m unable to find a method to create this reliably as the Column Break after the first Column End does not work. Field 5 is forced on a new row due to the first Column End forcing a new row while I want it to remain on the same row.

Viewing 1 replies (of 1 total)