Auto-Cloning Agreement with Custom Redirect

I’d like to request a feature that enables the following workflow:

  1. Public Template Access & Auto-Clone

    • A document template can be shared via a public link.
    • When accessed, it automatically clones a new instance that anyone can sign.
  2. Querystring-Based Field Population

    • If the inbound URL contains querystring parameters (e.g., email, firstname, lastname, customerId), those fields should auto-populate in the form.
    • If a required field is missing, the user must complete it manually before signing.

    Example inbound URL:

https://breezedoc.com/documents/myformid/view?email=client@domain.com&firstname=John&lastname=Smith&customerId=1234567890

  1. Post-Sign Redirect with Selectable Querystring Fields

    • After the user signs and completes all required fields, they are redirected to a specified URL.
    • Before redirect, the template owner can choose which fields’ values should be included in the outbound querystring.

    Example redirect URL (with only email and customerId selected to return):

https://mydomain.com/mydestinationpage/?email=client@domain.com&customerId=1234567890


Value:
This feature would streamline integrations with CRMs, customer portals, and custom applications. It allows documents to not only collect signatures but also act as a data handoff point—passing structured field values directly into downstream workflows without requiring manual copy-paste or API calls.