diff --git a/app/views/admin/communication/websites/_form.html.erb b/app/views/admin/communication/websites/_form.html.erb
index 0ab8c8f5c772469fe78113f74d19d5b4a619d06c..f65a96401600f89fd17ab5be10374c1a02ef06f5 100644
--- a/app/views/admin/communication/websites/_form.html.erb
+++ b/app/views/admin/communication/websites/_form.html.erb
@@ -22,7 +22,7 @@
               <%= f.input :deployment_status_badge, 
                           as: :string, 
                           input_html: {
-                            autocomplete: 'off',
+                            autocomplete: 'deployment_status_badge',
                             role: 'presentation'
                           }
                           %>
@@ -33,7 +33,7 @@
                           placeholder: masked_string(f.object.access_token), 
                           hint: t("simple_form.hints.communication_website.access_token_#{f.object.access_token.blank? ? 'without' : 'with'}_existing").html_safe,
                           input_html: {
-                            autocomplete: 'off',
+                            autocomplete: 'access_token',
                             role: 'presentation'
                           }
                           %>