Input Form Controls

Fox works fine with the standard PmWiki (:input type name .... :) form controls. Standard input as well as array input can be processed. The name of the input control can be used as a replacement variable with syntax {$$name} in the template and in other form fields as value. When using controls for multiple selection or multiple inputs, for instance with (:input select ... :), use name[] in the form and {$$name[]} in the template to create an input array.

There are other special considerations to be made:


<< Markup Parameters | Index | File Upload >>