Using Web forms at MV

Introduction

A web form provides a mechanism for a person browsing your web page to give you some feedback by filling in the questionnaire that you provide. You should be familiar with the basics of HTML forms before proceeding further.

Tools

The tools listed below are provided for MV users to aid in gathering input that is submitted through web forms.

form-submit
A general-purpose form submission interface

form-get
form-get fetches a form from the server. It is obsolete and has no description here.

redirect
Simple redirection to another page (e.g. for a pull-down menu).


Source code for the above may be obtained here. (look for mvform)