How to display 3 columns in a form?

SNnewbie2
Tera Expert

I'm trying to display 3 columns in a form. I used a container start as a divider but the layout is only 2 columns. I want to have 3 columns.

Capture56.PNG

I would like to have something like this:

Capture57.PNG

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Hi Claudia,



You need three containers



Container1 Start


Container2 Start


Variable1


Variable2


Contaner2 End


Container3 Start


Variable2


Container3 End


Container1 End.



Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

9 REPLIES 9

SanjivMeher
Kilo Patron
Kilo Patron

Hi Claudia,



You need three containers



Container1 Start


Container2 Start


Variable1


Variable2


Contaner2 End


Container3 Start


Variable2


Container3 End


Container1 End.



Please mark this response as correct or helpful if it assisted you with your question.

The layout has to be 1 column wide for all of my containers?


No. All the container should be 2 column wide, alternate side. You dont even need a divider.



Output will be something like below.



find_real_file.png



Please mark this response as correct or helpful if it assisted you with your question.

It worked. But, what if I want to add an additional field after the person fills out the first field.



For example.


I fill out the First field (Hostname) with test. I want to be able to create another empty field after I am done using the first field. Is it possible?



Capture59.PNG