' . esc_html($_GET['egd_updated']) . ' entries updated with EGD data!
';
if (isset($_GET['error']) && $_GET['error'] == 'missing_required')
echo '
First Name and Last Name are required!
';
if (isset($_GET['error']) && $_GET['error'] == 'missing_required_field')
echo '
A required custom field is missing!
';
if (isset($_GET['error']) && $_GET['error'] == 'egd_update_failed')
echo '
Failed to update EGD data. Check error logs.
';
?>
Go Form Settings
Manage Forms & Entries
name : 'Unknown Form';
// Form info and edit UI
if ($form) {
echo '
';
echo '';
echo '
';
}
echo '
';
action_button('go_form_delete_form', 'Delete Form', 'Delete this form and ALL entries?', $selected_form_id);
action_button('go_form_export_csv', 'Export to CSV', 'Confirm Export', $selected_form_id);
action_button('go_form_export_pairgoth', 'Export to Pairgoth', 'Confirm Export', $selected_form_id);
action_button('go_form_export_opengotha', 'Export to Opengoth', 'Confirm Export', $selected_form_id);
action_button('go_form_export_macmahon', 'Export to MacMahon', 'Confirm Export', $selected_form_id);
action_button('go_form_update_egd_data', 'Update EGD Data', 'Update rank and rating from EGD for all entries with EGD numbers?', $selected_form_id);
echo '