[ic] Form "mv_nextpage" variable not working

Kevin Walsh kevin at cursor.biz
Fri Feb 16 11:48:20 EST 2007


"William Fiore" <william.fiore at gmail.com> wrote:
> I have the following code in page called newsletter.html
> 
> <form action="[process]" method=post>
> <input type=hidden name=mv_session_id value="[data session id]">
> <input type=hidden name=mv_doit value=return>
> <input type=hidden name=mv_nextpage value= newsletterconfirmation.html>
> 
> First Name:&nbsp;&nbsp;<INPUT NAME=fname type=text size=15><br>
> Last Name:&nbsp;&nbsp;<INPUT NAME=lname type=text size=15><br>
> Email:&nbsp;&nbsp;<INPUT NAME=email type=text size=15><br><br>
> <input type="submit" name="Submit" value="Subscribe" id="btnSubscribe" />
> </form>
> 
> [snip]
>
> The form works fine and I receive the suscription email. However, the
> customer is not redirected to "newsletterconfirmation.html" instead
> they are redirected to a blank "/process" page. How can I fix this?
> 
You could remove the space from your "value= newsletterconfirmation.html"
code.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list