[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] setting mv_nextpage in mv_click block
Hello,
Am I correct in concluding that mv_nextpage cannot be set in a mv_click
or mv_check code block? I wanted to make a form that didn't use the hidden
fields and instead set the form values for mv_todo and mv_nextpage in the
mv_click routine. I tried to set mv_doit, mv_todo, and mv_nextpage in both
mv_click and mv_check with no success. I was using this method:
[set clickorcheck]
mv_nextpage=index
mv_todo=return
[/set]
When executing the page, this yields the "sorry the page () was not
found" error. If I set them both in a hidden field then the page generates
the response I expect, which is to load the index page.
Thanks in advance,
Jeff