How to align fields in form with 2 columns

valentin3
Tera Guru

Hello guys,

I need your help! 

How do I achieve this layout for a form? 

Field 1 
Field 2Field 4
Field 3 

 

I want to align field 4 with field 2, but if I use split it will put the field 4 near field 1.

 

Any suggestions, please?

Thanks!

1 ACCEPTED SOLUTION

Never mind, I found the solution, using begin split, split and end split. 
Thanks for your message!

View solution in original post

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

 

The only way i could think is to add a field next to field 1 and hide it using the below on a client script

g_form.setVisible('<field name>', false);

Result

AnuragTripathi_0-1730375971607.png

 

Section Layout

AnuragTripathi_1-1730375996720.png

 

 

-Anurag

Never mind, I found the solution, using begin split, split and end split. 
Thanks for your message!