![]() |
![]() |
--- Tim Murphy <goombah@netcom.ca> wrote:
>[set Save Shipping] >mv_doit=return (I also tried mv_todo=return, same result) >mv_nextpage=new_account_billing_4 >[userdb function=set_shipping >nickname="[value s_nickname]" >shipping="s_nickname name address city state zip zip_us zip_intl >country >phone_day mv_shipmode" >username="[data session username]" >] >[/set] > ><FORM ACTION="[process-target]" METHOD=POST> ><TABLE> > >(...text fields for name, address, etc.) > ><TR><TD COLSPAN="2" ALIGN="center"><INPUT TYPE=submit NAME=mv_check >VALUE="Save Shipping"></TD></TR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This creates your submit button and I'm predicting
it says "Save Shipping"?
I think you need to add something
like:
<INPUT TYPE="hidden" NAME="mv_check" VALUE="Save
Shipping">
This will "call" your Save Shipping tag when the
form is submitted.
(Of course I could be high)
Dave
|