Check if a field exists in the form
bool hasField(String fieldKey) { return _data.containsKey(fieldKey); }