I’d like to request a feature that enables the following workflow:
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
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.