Solved

Align rows in two different columns of form

  • 8 March 2021
  • 1 reply
  • 34 views

Userlevel 3
Badge +5

I have a form consisting of two columns. I want the second column not to start at the top of the form, but shifted down to align with a specific field in the first column (in this case so that the textboxes align with each other).

How do I shift the second column down?

PS Above is in Windows GUI, but equally applies to other GUIs.

icon

Best answer by Mark Jongeling 8 March 2021, 15:03

View original

1 reply

Userlevel 7
Badge +23

Hi Roy,

You can achieve that by having a second Form column start with a column that has the value of 2 for the setting Field no. of positions further. The Form group label takes up one position of space in the form. By using the Field no. of positions further and setting it to 2, it will give the desired result.

Form
SF settings

 

Reply