[ic] account & checkout pages keep refreshing, not submitting

Andrew Rich interchange-users@icdevgroup.org
Mon May 5 00:25:01 2003


> > > When a user creates a new account, it gets to the part
> where you enter
> > > your address, etc. - but, when you click "save acct. info" the
> > > page just refreshes, keeping the info filled in. Thank you, Nate
> >
> > Yes I have the same issue.
> > RH 7.3, IC 4.8.7
> >
> > I would like to either acknowledge the successful account
> > creation by moving onto another existing IC page or to a new
> > page before returning.  Maybe to customer service!
> >
> > Regards,  Andrew Rich
>
> What is your mv_nextpage(s) set to on account.html?
>
> Paul
As per standard IC Foundation demo:

<INPUT TYPE=hidden NAME=mv_nextpage VALUE=@@MV_PAGE@@>

and [if items]
  [set Save and Checkout]
    mv_nextpage=ord/checkout
  [/set]

I can see where you are going with this so where does the value of
@@MV_PAGE@@ come from?
Is this the current page?

Andrew