Hi everyone, I have been trying to share a custom respID embedded data to our 3rd party recruitment agencies website to let them know if they have completed or been screened out.
Here is what my embedded data looks like
RespID = ${e://Field/RespID}
Here is the redirect link to the agencies completed survey page
https://rtp.agency.com/lb/?s=12716&p=${e://Field/RespID}&o=C1
For some reason the RespID the agency is setting before the start of the survey is not being passed to my redirect link. For example when the agency types at the end of my survey link -- ?RespID=123. The 123 does not get passed to the redirect link.
Any suggestions?