[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] flypage as form's failpage - lose item data
Hi all,
I have a couple of small forms on the flypage which people
are leaving out crucial data on. so, I figured that's a simple
thing to fix..... added a [set] for the form profile
that part works fine, but since the flypage is the failpage,
when the form fails, you get a "process" page and the
flypage's layout with no item data
is there a way to have an item page be the flypage?
thanks,
Aaron
=================================
here's what I did:
[set Check_form]
&fail=@@MV_PAGE@@
friend_send_email=required
friend_email=required
&fatal=1
[/set]
<!--form stuff-->
<input type=hidden name=mv_form_profile value="Check_form">
==================================