static function get_field_defaults()
 {
     // Default array for a single field
     self::$field_defaults = array('standard' => '0', 'options' => '', 'default' => '', 'inline' => 'false', 'req' => 'false', 'disable' => 'false', 'follow' => 'false', 'hide_label' => 'false', 'placeholder' => 'false', 'label' => __('New Field:', 'si-contact-form'), 'slug' => '', 'type' => 'text', 'max_len' => '', 'label_css' => '', 'input_css' => '', 'attributes' => '', 'regex' => '', 'regex_error' => '', 'notes' => '', 'notes_after' => '');
     return self::$field_defaults;
 }