I currently have an application that a user fills out and upon submit, the information gets saved to an Oracle database and then they're taken to a page that allows them to both upload documents and click on a link that takes them to a PowerForm for them (and one additional person that they have to specify) to fill out and sign. There is some data on the PowerForm that comes from the Oracle db and needs to be pre-populated on the form, but is sensitive data. I have seen how to send this data via the URL, but since it is sensitive data, having it in the URL is not an option. Is there another way that this information can be sent to the PowerForm? I tried playing around with having the link be a Submit button on a form and the data as hidden fields, but have not been successful.
Thanks in advance!
Below Form is working fine for me as
POST
, in below Powerform,Signer1
is theroleName
so using hidden fields I am passingSigner1's email and Name
. AlsoGTID
,stu_first_name
andstu_last_name
are different datalabel on the template which will get prepopulated using below code on the envelope at the time of Signing.