Responsys Form Pass data through URL
Hi,
I'm working on the Responsys form to capture the submitted data and it works if i use it in campaign using $form() and with the prefill list.
Now we have a plan to include the blank form URL in external email , for e.g Java mail. using the blank form URL in the form properties. I would like to know whether we can pass the data in the URL, so that the data maps to the hidden variable in the form.
<input type="hidden" name="CUSTOMER_ID_" value="" >
0