diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb
index 13f84382..e54b66d2 100644
--- a/app/views/submit_form/completed.html.erb
+++ b/app/views/submit_form/completed.html.erb
@@ -21,7 +21,7 @@
         
           <%= button_to button_title(title: t('send_copy_to_email'), disabled_with: t('sending'), icon: svg_icon('mail_forward', class: 'w-6 h-6')), send_submission_email_index_path, params: { submitter_slug: @submitter.slug }, class: 'white-button w-full' %>
         
-        <% if @submitter.submission.template.submitters.size != 1 %>
+        <% if Templates.filter_undefined_submitters(@submitter.submission.template).size != 1 %>
           
<%= t('or') %>
         <% else %>