Can I add HTML into my form fields?

  • forms4u2
    Asked on December 8, 2016 at 3:08 PM

    I would like to add a link to a we b site in a form field, how do I do that?

  • Özlem JotForm Developer
    Replied on December 8, 2016 at 5:58 PM

    Hi,

    You can add HTML code into your form by using Text form field. Please have a look at the following instructions:

    #1- Drag and drop Text in Basic Fields to your form. Double click the Text field.

    Can I add HTML into my form fields? Image 1 Screenshot 50

     

    #2- Click Source Code button to open Source Code window. You write your HTML here. After that, you click the OK button.

    Can I add HTML into my form fields? Image 2 Screenshot 61

    You can write below codes into Source Code to add a hyperlink:

    <a href="Website_URL" > Click Here </a>

    Don't forget click "Complete" button to save changes.

    Can I add HTML into my form fields? Image 3 Screenshot 72

     

    On the other hand, you can use Insert Link in Text field to add a hyperlink, too. This is easier than writing source code to add a hyperlink. Please have a look at the following image:

    Can I add HTML into my form fields? Image 4 Screenshot 83

    URL: direct URL of the webpage

    Text to Display: clickable text, "Click Here" for example

    Target: You select from here in which window your link will be opened.

    Finally, click OK and Complete buttons to save.

    If you need any further details, please feel free to let us know.

    Thank you.