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
`<p class="c-message c-message--type-info c-message--scope-inline">If you need to associate more than 5 entities with your registration, <a href="/workbench/dashboard" target="_blank">submit a ticket</a> with your additional entries and your registration ID (displayed after submitting this form).</p>`
351
+
{%endif%}
352
+
: ''
353
+
}
280
354
`;
281
-
constinputs=Array.from(
282
-
document.querySelectorAll(`
283
-
input[name=fein_${entities}{% if r %}_{{r.reg_id}}{% endif %}],
284
-
input[name=license_number_${entities}{% if r %}_{{r.reg_id}}{% endif %}],
285
-
input[name=naic_company_code_${entities}{% if r %}_{{r.reg_id}}{% endif %}]
286
-
`)
287
-
);
288
-
entityIdGroupValidation(entities,reg_id);// add entity id validation for new entities on form
355
+
entityIdGroupValidation(entities,reg_id);// add entity input validation for new entities on form
356
+
entityPlanTypeValidation(entities,reg_id);
289
357
290
358
constaddEntityNameInput=document.querySelectorAll(`input[name=entity_name_${entities}{% if r %}_{{r.reg_id}}{% endif %}]`);
0 commit comments