Is there JS to move labels in a form question above text entry boxes?

Is there JS to move labels in a form question above text entry boxes?
in Custom Code
Wondering if there's script to move labels on the left of a form text entry question to above text boxes?
0
Sign In to Comment
Answers
A "quick and dirty" way of doing it is by adding the following to the "HTML View" of your form question.
However, it is "quick and dirty", as it will affect ALL of the questions that rely on HTML tables on the given survey page that your form question is on. Here's an example of what I get:
Does this work for your purposes, or do you need something more specific?