diff --git a/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html b/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html index adec747e..af6d9265 100644 --- a/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html +++ b/apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html @@ -72,6 +72,10 @@ value='{% if renew %}{{r.year|add:"1"}}{% else %}{{r.year}}{% endif %}' required > + +
+ Enter the registration year. Must be 2023 or later. +
@@ -467,6 +471,10 @@
pattern="^[1-9]+[0-9]*$" value="{% if not renew %}{{ entity.claim_and_enc_vol }}{% endif %}" /> + +
+ Enter a whole number. +
@@ -758,6 +766,10 @@
inputmode="numeric" pattern="^[1-9]+[0-9]*$" /> + +
+ Enter a whole number. +
@@ -801,7 +813,7 @@
Contact {{ forloop.co Contact Information
pattern="^[1-9]+[0-9]*$" />
+ Enter a whole number.
@@ -434,7 +435,7 @@
contactBlock.innerHTML = `
- +