SOLVED

Label position on bottom

Go to solution
MilanPetrovic
Level 1

Hello,

Is there an option to place label for input on bottom? In another words to be placed after the input tag in DOM in order to achieve this https://codepen.io/uncommonjoe/pen/wxvXXZ. I cannot do this if label is before input.

 

Thanks in advance.

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

You can move the labels to the last element using the code in the JS pane here:

 

MktoForms2 :: Move <label> after <input> 

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

You can move the labels to the last element using the code in the JS pane here:

 

MktoForms2 :: Move <label> after <input> 

MilanPetrovic
Level 1

That's it!

Thank you very much