Hello
I am working in HTML page and i want to redirect next page after submitted form but i have a some hidden field like
<input type="hidden" id="Redirect" name="Redirect" value="http://www.telepacificagent.com/forms/thankyou.asp" /> here remove value link and after than use any other process for rediret to thankyou.asp page. how can we implement it?