- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 04:44 AM
Hello guys,
I need your help!
How do I achieve this layout for a form?
Field 1 | |
Field 2 | Field 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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:01 AM
Never mind, I found the solution, using begin split, split and end split.
Thanks for your message!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:00 AM
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
Section Layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:01 AM
Never mind, I found the solution, using begin split, split and end split.
Thanks for your message!