You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div id="construction-type-error-required" class="form-field-error" data-lang-id="000-field-required-error">This field is required.</div>
210
210
</div>
@@ -245,7 +245,7 @@
245
245
<p class="form-caption" data-lang-id="016-location-caption">For privacy, please don't use your exact address. Choose your general neighbourhood or town. Project locations will be shown on our project map.</p>
246
246
247
247
<!--ERRORS-->
248
-
<div id="description-error-required" class="form-field-error" data-lang-id="000-field-required-error">This field is required.</div>
248
+
<div id="location-error-required" class="form-field-error" data-lang-id="000-field-required-error">This field is required.</div>
249
249
</div>
250
250
251
251
@@ -344,7 +344,7 @@ function hasInvalidChars(value) {
344
344
345
345
// 11. Location Validation
346
346
var location = document.getElementById('location_address').value.trim();
0 commit comments