Retrieve pre-filled field values from document after the document is completed
Hello,
I have a document that has the following format:
- It has the following pre-filled fields, which must be filled in by the sender:
- Text Field A
- Date Field A
- It has the following fields which must be filled in by the signer:
- Text Field B
- Date Field B
- Signature Field
I want to retrieve values for Text Field A and Date Field A from the document after it has been completed. How do I accomplish this?
Example:
Let's say a document is created with the following information:
- Text Field A: Apple
- Date Field A: 2022-04-01
The document is then sent out to be signed. The signer adds the following information:
- Text Field B: Burrito
- Date Field B: 2022-03-07
- Signature: <their signature>
When the document is signed, I want to retrieve the values "Apple" and "2022-04-01" from the document. These are the values of the fields that must be pre-filled before the document is sent out. These are not the values that the signer added to the document.
Can someone explain to me how this can be done?
Thanks,