diff --git a/go-form-plugin/templates/settings-page.php b/go-form-plugin/templates/settings-page.php
index f5330c4..353b577 100644
--- a/go-form-plugin/templates/settings-page.php
+++ b/go-form-plugin/templates/settings-page.php
@@ -92,10 +92,12 @@ if (isset($_GET['error']) && $_GET['error'] == 'egd_update_failed')
echo '
' . ($field->is_public ? 'Yes' : 'No') . ' | ';
echo '' . ($field->is_required ? 'Yes' : 'No') . ' | ';
echo '' . ($field->is_full_width ? 'Yes' : 'No') . ' | ';
- echo '';
+ echo ' | ';
// Edit button (toggle to show edit form)
- echo 'Edit ';
+ echo 'Edit ';
+ echo '';
action_button('go_form_delete_custom_field', 'Delete', 'Delete this custom field?', $field->id);
+ echo '';
echo ' | ';
echo '';
}