Label position on bottom | Community
Skip to main content
New Participant
January 22, 2021
Solved

Label position on bottom

  • January 22, 2021
  • 1 reply
  • 2025 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

 

MktoForms2 :: Move <label> after <input> 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 22, 2021

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

 

MktoForms2 :: Move <label> after <input> 

New Participant
January 25, 2021

That's it!

Thank you very much