SOLVED

Re: Label position on bottom

Go to solution
MilanPetrovic
Level 1

Label position on bottom

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

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Label position on bottom

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

Re: Label position on bottom

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

Re: Label position on bottom

That's it!

Thank you very much