[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: form submission (was blank)
At 04:51 PM 8/19/99 -0700, you wrote:
>****** message to minivend-users from Daniel Avila <blud@rocketmail.com>
> ******
>
>hello,
>
>Im having trouble with something that should be very
>very simple.
>
>All im doing is adding a page for a client that
>allows their customers to request a catalog a simple
>mail form
>I thought the mail part would be hard ... but i wrote
>it and tested it and it works beautifly.
>
>the step im onto now is getting the form to call that
>page!
>
>Ive basically used the same method that ive used in
>my baskets to direct the customer to a
>shipping_shcedual page before going to the checkout.
>
>rather than returning the page special/catalog.html
>it returns
>
>ord/basket.html
>
>what am i missing is there something in the
>catalog.cfg that needs to be set? its not in the
>documentation.
>I am not stupid
>I have a CS degree
>and i cant figure out why something will work in one
>place and not another
>
>
><FORM METHOD=POST ACTION=[process-target]>
>
><input type=hidden name="mv_nextpage"
>value="special/catalog.html">
><input type=hidden name="mv_click" value="Order
>Catalog">
Daniel,
It will probably be obvious why the following would work and
yours did not, if not check the documentation on mv_doit
and mv_todo. We all miss the obvious sometimes ;-)
<FORM METHOD=POST ACTION=[process-target]>
<input type="Hidden" name="mv_doit" value="return">
<input type="Hidden" name="mv_nextpage" value="special/catalog.html">
<input type="Submit" name="mv_submit" value="Order Catalog">
</form>
Kyle Cook
http://www.invisio.com
Web site design, database driven sites,
and shopping cart programming.
Great sites, value priced!
- References:
- No Subject
- From: Daniel Avila <blud@rocketmail.com>