How do I make the form's title more useful?

  • hywelt
    Asked on March 17, 2016 at 7:43 AM

    I am going to start using Jotform for my customer's websites, but there doesn't seem to be a way to show anything other than the form title on the My Forms page. Is there any way I can mark each form with a tag to show the customer or website that the form is used on?

    Cheers

    Hywel

  • beril JotForm UI Developer
    Replied on March 17, 2016 at 9:04 AM

    Hi Hywel,

    If you want to specify your website you need to add <meta> tag in your <head>...</head> tags. You will change the parts that marked with orange color.

    <head>

    <meta charset="UTF-8">

    <meta name="description" content="Free Web tutorials">

    <meta name="keywords" content="HTML,CSS,XML,JavaScript">

    <meta name="author" content="Hege Refsnes">

    </head>

    However, as far as I know you need to download your source code to 

    Please, check the guide below for more information:

    http://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.