Index  Up  <<  >>  


Difficulty interacting with browser: Request method for form submission is not POST

There are many possible causes for this error. Using MiniVend 3.08 and above, the main 3 are:

MiniVend also allows you to have forms with METHOD=GET. To use, set the session ID in your form

    <INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">

You might then try METHOD=GET on forms that have problems. This may prevent errors due to one of the causes above.

Index  Up  <<  >>