diff --git a/syntax.php b/syntax.php index 179e232..a43903a 100644 --- a/syntax.php +++ b/syntax.php @@ -310,6 +310,10 @@ private function _handlepost($data) { foreach($data['fields'] as $index => $field) { /** @var $field helper_plugin_bureaucracy_field */ + if($field->getFieldType() === 'submit') { + continue; + } + $isValid = true; if($field->getFieldType() === 'file') { $file = array();