Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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
Mega 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
Mega 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