What's new on Anvil

Automate any kind of data-driven document workflow.

Improvement
October 31, 2023

New embedded Webform and e-sign iframe events 🛎️

If you're embedding Webforms or Etch e-signatures, you're probably using iframe events to get notified on user events 🛎️. We've added even more events to give you more granularity:
  • forgeChangePage - A Webform page has changed.
  • forgeClickChangePage - The user clicks arrows to page through Webform.
  • forgeFinishLoad - The finish page has loaded.
  • forgeFinishReady - The finish page has fully loaded and is ready for user interaction.
  • forgeFinishSubmitReviewAndSign - The user clicks review and sign on the finish page.
  • forgeLoadPage - A Webform page has loaded and is ready for user interaction.
  • forgeReviewSubmit - The user clicks submit on a Webform's review page.
  • documentGroupGenerateProgress - A DocumentGroup is being generated.
  • signerSign - A signer has clicked all signatures on all documents and kicked off the signing process.

See the Workflow guide and the Etch e-sign guide for full details on all events.