JForm::getInput
Method to get a form field markup for the field input.
Signature
public function getInput(string
$name,
[string
$group = null,
[mixed
$value = null]] )
Parameters
-
$name
- The name of the form field.
-
$group
- The optional dot-separated form group path on which to find the field.
-
$value
- The optional value to use as the default for the field.
Returns
- string
- The form field markup.