How to add hyprelink in sub-labels?

  • FoscamUS
    Asked on April 9, 2019 at 10:12 AM

    need to give hyperlink to the sub text of text field.

    Jotform Thread 1787215 Screenshot
  • Richie JotForm Support
    Replied on April 9, 2019 at 12:27 PM

    Unfortunately, we cannot directly add HTML codes in your form builder.

    You may try to use your Text element and add your hyper link code.

    How to add hyprelink in sub labels? Image 1 Screenshot 40

    Example:

    How to add hyprelink in sub labels? Image 2 Screenshot 51

    Then use custom CSS to move the text element near your Order Number field.

    Sample Screenshot:

    How to add hyprelink in sub labels? Image 3 Screenshot 62

    Please give it a try and let us know if this fits your requirements.

  • FoscamUS
    Replied on April 9, 2019 at 2:12 PM

    where can i add the custom css

  • Richie JotForm Support
    Replied on April 9, 2019 at 3:17 PM

    You may add your custom CSS in the Form Designer>CSS

    How to add hyprelink in sub labels? Image 1 Screenshot 20

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

    Sample Code:

    #text_68
    {
      margin-top: -74px;
    }

    Sample Form:https://form.jotform.com/90984973615977

    Hope this information helps.