diff --git a/app/views/materials/_form.html.erb b/app/views/materials/_form.html.erb
index 168e6687d..b1a54043d 100644
--- a/app/views/materials/_form.html.erb
+++ b/app/views/materials/_form.html.erb
@@ -33,10 +33,6 @@
<%= f.input :contact, input_html: { rows: '5', title: t('materials.hints.contact') }, field_lock: true %>
-
-
- Recommended
-
<%= f.input :doi, field_lock: true, input_html: { title: t('materials.hints.doi') } %>
@@ -76,9 +72,6 @@
<%= f.input :date_created, as: :date_picker, field_lock: true, input_html: { title: t('materials.hints.date_created') } %>
-
- Optional
-
<% if !TeSS::Config.feature['disabled'].include? 'ardc_fields_of_research' %>
<%= render partial: 'common/ardc_vocab_tree',