Verdocs - Developer Documentation

IFRAME embeds

Verdocs' Web components provide highly customizable controls for building seamless e-Signing applications, but some legacy applications and environments such as Wordpress do not yet support them. Learn how to use our IFRAME alternatives anywhere Web components cannot be used.

Verdocs' Web components provide highly customizable controls for building seamless e-Signing applications. However, some legacy applications and environments such as Wordpress do not yet support Web components. To provide support for these environments, our six most popular components may be embedded via IFRAME links.

To do this, use code such as the following:

<iframe 
  src="https://app.verdocs.com/embeds/sign/ENVELOPE_ID/ROLE_NAME/INVITE_CODE"
  style="width: 100%; height: 100%" />

Adjust the style attribute to match your requirements. Note that with IFRAMEs you will have no styling/customization options, and all parameters must be specified in the URL.

We offer six embeds via the following URLs:

  • VerdocsAuth: /embeds/auth
  • VerdocsBuild: /embeds/build/TEMPLATE_ID
  • VerdocsView: /embeds/view/ENVELOPE_ID
  • VerdocsPreview: /embeds/preview/TEMPLATE_ID
  • VerdocsSend: /embeds/send/TEMPLATE_ID
  • VerdocsSign: /embeds/sign/ENVELOPE_ID/ROLE_NAME/INVITE_CODE