[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] mv_click bounce not working while mv_form_profile is set :-/


hi all,

i ve the following form:

    <form action="[process]" method="post" name="bounce_test">
    <INPUT TYPE="hidden" NAME="mv_session_id" VALUE="[data session id]">
    <INPUT TYPE="hidden" NAME="mv_form_profile" VALUE="test_bounce">
    <INPUT TYPE="hidden" NAME="mv_todo" VALUE="return">
    <INPUT TYPE="hidden" NAME="mv_nextpage" VALUE="@@MV_PAGE@@">

[error name=weight std_label="weight" required=1]
<input type="text" name="weight" class="blau_mittel" value="[value weight]" maxlength="64">

[error name=zip std_label="zip*" required=1]
<input type="text" class="blau_mittel" name="zip" value="[value zip]" maxlength=64>

    [button
       name=mv_click
        form=bounce_test
         text="cancel"
    ]
      [bounce page=login]
    [/button]
  <INPUT TYPE="submit" class="menu" value="senden">
</form>

the cancel button should bounce to the login page without checking the profile and the submit should submit after checking profile (test_bounce)

but the check will done in both cases .. i tried a lot without success.. am i completely wrong? or can somebody me an advice? .. i wont use js or pass on the profile

thx in advance

noice

info the complete code with all the check routines and the complete file is here : http://paste.phpfi.com/42753 

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.