Changing the text and color of the PDF link in the Thank You page?

  • TonSee
    Asked on February 3, 2016 at 5:54 AM
    But can I change the text of the PDF link?

     

  • Jan
    Replied on February 3, 2016 at 6:15 AM

    It is possible to change the text and the color of the PDF download link. However, you need to get the form ID, use the PDF direct link and use inline CSS. Here's a guide:

    1. Get the Form ID.
    In the Form Builder, look at the address bar or URL bar of your browser and you'll see the Form ID.

    Changing the text and color of the PDF link in the Thank You page? Image 1 Screenshot 60

    2. Open the "Thank You" wizard.

    Changing the text and color of the PDF link in the Thank You page? Image 2 Screenshot 71

    3. Click the "Edit Text" button.

    Changing the text and color of the PDF link in the Thank You page? Image 3 Screenshot 82

    4. Click the "Source Code" button and then insert this HTML code.

    <a style="color: red;" href="http://submit.jotformpro.com/server.php?action=getSubmissionPDF&amp;sid={id}&amp;formID=12345678912345">Download Your Submission PDF</a>

    Please change the value of the form id. You can now change the text of the link. You can also change the color of the link you preferred.

    Changing the text and color of the PDF link in the Thank You page? Image 4 Screenshot 93

     

    Here's the result:

    Changing the text and color of the PDF link in the Thank You page? Image 5 Screenshot 104

     

    Hope this helps. Let us know if you need further help. Thank you.