diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb
index 0d9a229d..a08cbee5 100644
--- a/app/views/submit_form/show.html.erb
+++ b/app/views/submit_form/show.html.erb
@@ -21,20 +21,31 @@
+
+ <% if @form_configs[:with_decline] %>
+
+
+
+ <% end %>
+
<% if @form_configs[:with_delegate] %>
-
+
<% if @form_configs[:with_decline] %>
-
+
<% end %>
<% if @form_configs[:with_partial_download] %>
-
+
<%= svg_icon('download', class: 'w-5 h-5') %>
@@ -45,12 +56,12 @@
<% end %>
<% else %>
<% if @form_configs[:with_decline] %>
-
+
<% end %>
<% if @form_configs[:with_partial_download] %>
-
+
<%= svg_icon('download', class: 'w-6 h-6 inline md:hidden') %>
<%= t('download') %>
@@ -64,9 +75,17 @@
<% end %>
-
+
+ <% if @form_configs[:with_decline] %>
+
+
+
+ <% end %>
+
<% if @form_configs[:with_delegate] %>
-
+
<% if @form_configs[:with_decline] %>
-
+
<% end %>
-
-
- <%= svg_icon('download', class: 'w-5 h-5') %>
-
-
- <%= svg_icon('loader', class: 'w-5 h-5 animate-spin') %>
-
-
<% else %>
<% if @form_configs[:with_decline] %>
-
+
<% end %>
-
+ <% end %>
+ <% if @form_configs[:with_partial_download] %>
+
<%= svg_icon('download', class: 'w-5 h-5') %>
diff --git a/app/views/submitters/edit.html.erb b/app/views/submitters/edit.html.erb
index a4f69f9b..1f203bcb 100644
--- a/app/views/submitters/edit.html.erb
+++ b/app/views/submitters/edit.html.erb
@@ -10,11 +10,9 @@
<%= email_field_tag 'submitter[email]', @submitter.email, autocomplete: 'off', class: 'base-input !h-10 mt-1.5 w-full', placeholder: "#{t('email')} (#{t('optional')})" %>
-
-
- <%= telephone_field_tag 'submitter[phone]', @submitter.phone, autocomplete: 'off', pattern: '^\+[0-9\s\-]+$', class: 'base-input !h-10 mt-1.5 w-full', placeholder: "#{t('phone')} (#{t('optional')})" %>
-
-
+
+ <%= telephone_field_tag 'submitter[phone]', @submitter.phone, autocomplete: 'off', pattern: '^\+[0-9\s\-]+$', title: t('use_international_format_1xxx_'), class: 'base-input !h-10 mt-1.5 w-full', placeholder: "#{t('phone')} (#{t('optional')})" %>
+