I’d like to request a feature that enables the following workflow:
Public Template Access & Auto-Clone
Querystring-Based Field Population
email, firstname, lastname, customerId), those fields should auto-populate in the form.Example inbound URL:
https://breezedoc.com/documents/myformid/view?email=client@domain.com&firstname=John&lastname=Smith&customerId=1234567890
Post-Sign Redirect with Selectable Querystring Fields
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.