function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jason SchroederJason Schroeder 

Adobe EchoSign Help. Create a PDF to fill out and submit to client.

I've been asked to create a VF page that has a iFrame containing a PDF with Ecosign text tags. they want to click a button to open the VF page, fill in the required fields on the contract. Once complete click sumbit/send and have it auto send with the Echosign send agreement.

Is this at all possible. Does the installed app have this feature already and I am just missing it?

Right now I just created a VF page.

Here.
<apex:page sidebar="false" >
    <apex:form >
    <apex:pageBlock >
    <apex:pageBlockButtons >
     <apex:commandButton action="{!save}" value="Save"/>
     <apex:commandButton action="{!send}" value="send"/>
    </apex:pageBlockButtons>
          <apex:iframe src="/servlet/servlet.FileDownload?file=015i0000005DzA6"/>
      </apex:pageBlock>
      </apex:form>
</apex:page>

 
ShashankShashank (Salesforce Developers) 
You can find details about the app here: https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016ZmCEAU
Jason SchroederJason Schroeder
I am already using the app and have spent a lot of time coming up with great ways to use it, but I was looking for something else. A different twist on what it does out of the box..