diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc
index 29d584b..3e5e585 100644
--- a/booking.emails_admin.inc
+++ b/booking.emails_admin.inc
@@ -84,7 +84,8 @@ function booking_emails_workflow_admin() {
'#description' => t('Enter HTML to go in the footer of the email template (above the social media icons).
NOTE: No token subsitutions will be made here.'),
'#default_value' => isset(variable_get('booking_html_mail_footer')['value']) ? variable_get('booking_html_mail_footer')['value'] : variable_get('booking_html_mail_footer', '
'), '#type' => 'text_format', - '#format' => 'full_html', + '#format' => 'full_html', + 'format' => array('access' => FALSE), // Hiding select options ); } $form['emails']['booking_email_notification_text'] = array(