Function geoForm
Create an HTML form.
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
string|array |
$inputs |
<p>Form content. Can be a string or an array of strings. Strings can be input fields or elements that contain input fields.</p> |
string |
$id = null |
Id attribute |
string||true |
$action = null |
<p>Action attribute. Contains destination of form submit. If true, the action is the page that contains the form.</p> |
string|array |
$atts = null |
<p>Any other atts. If this is a string, it is assumed to be an onsubmit attribute The onsubmit attribute should contain javascript which will run when the form is submitted.</p> |
string |
$class = null |
Class attribute |
string |
$style = null |
Style attribute |
string |
$enctype = false |
Enctype attribute |
string |
$target = null |
Target attribute |
boolean |
$method = 'post' |
Method attribute |
string
|
HTML form |