Skip to main content

Hi Team,

Could anyone help me with the following issue:

I have to make the hyperlink clickable using createEnvelope API.

 

The steps I have followed:

  1. Created one Anchor string on the PDF file with prefix #HREF.
  2. Configured that Anchor string as well with the same name.
  3. Then tried creating envelope with the above-mentioned file.
  4. When I have opened that envelope, I could see one link clickable but whenever I click on that link it is getting redirected to a blank page. Please refer to attached image below.
  5. Clickable Hyperlink
    Redirected Page

     

Then I have tried passing values to the Custom Fields while creating the envelope but still the issue remains same.

Configured Custom Field

Any help to achieve this would be much appreciated.

Thanks in advance.

Regards,

Vignesh Balasubramanian

Hi,

Thank you for reaching out here in the DocuSign Community.

As a recommendation for your problem, I share the following documentation, which explains how to insert a hyperlink using our SDKs.

https://www.docusign.com/blog/developers/the-trenches-creating-hyperlinks-through-the-api-the-apex-toolkit


I also share this example in JSON format in which I insert a hyperlink:

 

"textTabs":  
    {
        "name": "https://www.google.com",
        "value": "Go to Google",
        "required": "true",
        "locked": "true",
        "tabLabel": "#HREF_Google",
        "documentId": "1",
        "recipientId": "1",
        "pageNumber": "1",
        "xPosition": "100",
        "yPosition": "100",
        "tabType": "text",
        "tooltip": "https://www.google.com"
    }
]

 

Regards,

 

Eric | Docusign

 


Reply