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!
Label
Description
Input Field
It's currently appearing like this:
Label
Input Field
Description
Thanks!
In label, do
Field Label<br><small>description</small>
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!!
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.