diff --git a/html/static/js/address-or-report-suggestion.js b/html/static/js/address-or-report-suggestion.js
index 6c40eec2..b7978878 100644
--- a/html/static/js/address-or-report-suggestion.js
+++ b/html/static/js/address-or-report-suggestion.js
@@ -232,7 +232,7 @@ class AddressOrReportInput extends HTMLElement {
`;
diff --git a/html/static/js/address-suggestion.js b/html/static/js/address-suggestion.js
index 2c7a1a58..e793d6bc 100644
--- a/html/static/js/address-suggestion.js
+++ b/html/static/js/address-suggestion.js
@@ -184,7 +184,7 @@ class AddressInput extends HTMLElement {
-
+
`;
}
diff --git a/rmo/template/nuisance.html b/rmo/template/nuisance.html
index 5106c8c7..84e61d6d 100644
--- a/rmo/template/nuisance.html
+++ b/rmo/template/nuisance.html
@@ -517,6 +517,7 @@ document.addEventListener('DOMContentLoaded', function() {
@@ -91,6 +92,7 @@
type="email"
class="form-control"
id="email"
+ maxlength="200"
name="email"
placeholder="your@email.com"
/>
@@ -119,6 +121,7 @@
type="tel"
class="form-control"
id="phone"
+ maxlength="100"
name="phone"
placeholder="(123) 456-7890"
/>
diff --git a/rmo/template/water.html b/rmo/template/water.html
index 93b1f341..337a9af9 100644
--- a/rmo/template/water.html
+++ b/rmo/template/water.html
@@ -205,6 +205,7 @@ document.addEventListener('DOMContentLoaded', function() {
@@ -473,6 +476,7 @@ document.addEventListener('DOMContentLoaded', function() {
type="tel"
class="form-control"
id="owner-phone"
+ maxlength="50"
name="owner-phone"
/>
@@ -482,6 +486,7 @@ document.addEventListener('DOMContentLoaded', function() {
type="email"
class="form-control"
id="owner-email"
+ maxlength="100"
name="owner-email"
/>