Skip to main content
Participant
February 21, 2024
Question

Hide Email Button on Recipient's Page

  • February 21, 2024
  • 0 replies
  • 96 views

I have added an email button to my document but the email button is visible on the emailed page. Is there a way to hide the email button on the emailed page? My email button script is as follows:

 

var newDoc = this.extractPages(0); // extract page 1

newDoc.mailDoc({cTo: ""}); // mail the new document

newDoc.closeDoc(true); // close the new document

 

Thank you

 

 

 

 

 

This topic has been closed for replies.