diff --git a/go-form-plugin/templates/form-shortcode.php b/go-form-plugin/templates/form-shortcode.php index 8637f31..199ac4e 100644 --- a/go-form-plugin/templates/form-shortcode.php +++ b/go-form-plugin/templates/form-shortcode.php @@ -103,7 +103,6 @@ // Display custom fields $custom_fields = go_form_get_custom_fields($form_id); foreach ($custom_fields as $field): - if (!$field->is_public) continue; $field_id = 'custom_field_' . $field->id; echo 'field_type === 'checkbox' ? ' style="grid-column: span 2;"' : '') . '>'; echo ''; diff --git a/go-form-plugin/templates/settings-page.php b/go-form-plugin/templates/settings-page.php index 2918a61..68ac1d6 100644 --- a/go-form-plugin/templates/settings-page.php +++ b/go-form-plugin/templates/settings-page.php @@ -24,23 +24,6 @@ if (isset($_GET['error']) && $_GET['error'] == 'missing_required_field')

Go Form Settings

-

Create New Form

-
- - - - - - - -
- - - -
-

-
-

Manage Forms & Entries

Create New Form'; + echo '
'; + echo wp_nonce_field('go_form_create_form_action', 'go_form_create_form_nonce', true, false); + echo ''; + echo ''; + echo ''; + echo '
'; + echo '

'; + echo '
'; + $forms = go_form_get_forms(); echo '

Forms