'radio', 'name' => 'fields[' . $field['name'] . '][form_field_type]', 'value' => isset($field['form_field_type']) ? $field['form_field_type'] : 'custom', 'choices' => array( 'custom' => 'Custom field', 'title' => 'Post title', 'content' => 'Post content', 'feature-image' => 'Featured Image', ), 'layout' => 'horizontal', )); ?> 'Form field type', 'type' => 'radio', 'name' => 'form_field_type', 'prefix' => $field['prefix'], 'value' => isset($field['form_field_type']) ? $field['form_field_type'] : 'custom', 'choices' => array( 'custom' => 'Custom field', 'title' => 'Post title', 'content' => 'Post content', 'feature-image' => 'Featured Image', ), 'layout' => 'horizontal', 'class' => 'field-display_location' ), 'tr'); } } new Settings();