Hello,
My client has a Template and Power Form set up. They are asking me to set something up so that after a user completes\signs their form, they will be granted access to their website.
This is what I have so far:
I added some Document Custom Fields to the document which are meant to contain some Guids from the client’s system. These values can be used to identify the user.
In the email that is sent to users, I included the Power Form’s url and appended these custom fields to the query string.
This part worked fine - I can see that the custom values show up in the document.
Then I created a Brand and set up the “Signing Completed” Destination URL. (The URL that I used is for a page on the client’s website.)
I would like to add these same custom fields to the Destination URL’s query string so that when the user is redirected back to that page on the client’s website, I can use some logic to grab those values and identify the user.
So far, if I try to include the custom values as Merge Fields, the query string gets rendered with the something like soMergeFieldName]] rather than the actual values.
I have also tried this using Envelope Custom Fields, but that did not work either.
Is this possible with Power Forms?