Removes a field from the form.
string $name The field name:
public function offsetUnset(mixed $name) : void { $this->fields ->remove($name); }