Rearrange Description and Input Field

LikeStuff 19 Nov, 2019
How can I get the description to appear below the Label and above the Input Field? I would like them to appear like this:

Label
Description
Input Field

It's currently appearing like this:

Label
Input Field
Description

Thanks!
healyhatman 19 Nov, 2019
Answer
In label, do
Field Label<br><small>description</small>
LikeStuff 20 Nov, 2019
OK. That works. Thanks.
LikeStuff 22 Nov, 2019
Spoke too soon. Although what you suggested worked it takes too much work to get it to look good on the website as well as in the email. Plus it looks messy in the backend/form.

I wish there was a better way to do this. Usually the description is below the label, not below the input box. Hopefully this can change to make it easier to manipulate.

Thanks anyway!!
This topic is locked and no more replies can be posted.