hi,
I have a form page and a form calling page, i want to pass the cookie value from the form calling page to the form page. The form calling page has a hidden text box where the cookie value is set,
how can i pass this cookie value from this hidden text box into the form page?
thanks,
rams
I have a form page and a form calling page, i want to pass the cookie value from the form calling page to the form page. The form calling page has a hidden text box where the cookie value is set,
Code:
<form id="formName" method="POST" action="[URL unfurl="true"]http://www.XXXXX.com"[/URL] >
<input type="hidden" name="pageref" value=""/>
<input type="hidden" name="domain" value=""/>
<input type="hidden" name="sbu" value="XXXX">
<input type="hidden" name="cookie" value="CookieName">
</form>
how can i pass this cookie value from this hidden text box into the form page?
thanks,
rams