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.
Solved! Go to Solution.
You can move the labels to the last element using the code in the JS pane here:
You can move the labels to the last element using the code in the JS pane here:
That's it!
Thank you very much