JForm::removeField
Method to remove a field from the form definition.
Signature
public function removeField(string
$name,
[string
$group = null] )
Parameters
-
$name
- The name of the form field for which remove.
-
$group
- The optional dot-separated form group path on which to find the field.
Returns
- boolean
- True on success.