You need to sign in to do that
Don't have an account?
Joaquin_tegui
Form Assembly Secure Parameter Question
Hi,
I'm trying to make a public form that prefills fields with a contact through a parameter. I'm able to do this in FormAssembly but I'm having troubles understanding the Secure Parameters way in this link https://help.formassembly.com/help/508885-prefill-lookups-using-secure-parameters.
I don't understand how can i use that to export the data and send a mass email. Could someone explain me where should i use that visualforce code in the example?
Also i would like to know how hard is it to do this with Visualforce and a Site.
Sorry for the noob question and my english
I'm trying to make a public form that prefills fields with a contact through a parameter. I'm able to do this in FormAssembly but I'm having troubles understanding the Secure Parameters way in this link https://help.formassembly.com/help/508885-prefill-lookups-using-secure-parameters.
I don't understand how can i use that to export the data and send a mass email. Could someone explain me where should i use that visualforce code in the example?
Also i would like to know how hard is it to do this with Visualforce and a Site.
Sorry for the noob question and my english
Where you able to figure out how to do it? If so, would you be willing to explain the solution?
I ended up using a force.com site with the contactid in the url parameter hashed in md5. Not sure it's the besto solution but is way mor flexible than formassembly and did the job just right.
If you want i can help you in this process