How to change the sub label position?

  • Tiri_kaspar
    Asked on June 14, 2021 at 9:59 PM

    Finally, as you can see from my form, sub labels are below the field box, but it does not make any sense in my case. How can I add them on top of the field box directly under the title. For example:

    Subdomain (your app name) *

    Your partner space will be available on yourappname.readyplayer.me (smaller font)

    FIELD BOX

  • Tiri_kaspar
    Replied on June 15, 2021 at 3:47 AM

    Can anyone help with this as well? Thank you very much!

  • Jed_C
    Replied on June 15, 2021 at 7:51 AM

    It would require a bit of a custom styling. You can inject this CSS to put the sub label below the field label.

    label#label_9 {
      margin-bottom: 25px;
    }
    label#sublabel_input_9 {
      position: absolute;
      top: 23px;
    }

    1623757863 60c89427aa5c0  Screenshot 10

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any questions or if you need further assistance.

  • Tiri_kaspar
    Replied on June 15, 2021 at 8:25 AM

    Thanks! And how can I do something like this with sublabels? 1623759888 60c89c100c400 Screenshot 2021 Screenshot 10Text on multiple different lines?

    Also, how can I create hyperlink with sublabel?

  • Richie JotForm Support
    Replied on June 15, 2021 at 9:34 AM

    I have checked your form and it seems you have used the paragraph fields for your requirements.

    firefox aqbAdFIYat Screenshot 10

    If you need further assistance, let us know.

  • Tiri_kaspar
    Replied on June 15, 2021 at 10:36 AM

    Yep. Thanks. I tried to work it around as I realised you don't support hyperlinks for sub labels. Cheers!