Pass email recipient to form field
Actually my vision is this. The user recieves an HTML email. I have placed a text field in the HTML with an initial value of %E-mail_address%.
The mass email program picks up this code (%E-mail_address%) from the recipient's list (not from the data base).
I would like to pass the contents of the 'text field" to a field in the form. Both text field and form field are labled 'email'.
Can I use a client side cookie to do this? What steps are needed?
Thanks