ARForms Blog
add_filter('arf_default_value_array_field_type', 'your_function', 10, 1); function your_function($field_types){ array_push($field_types,'FIELD-TYPE'); return $field_types; }