Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
We sometimes have more than one form on a page and the generated id's for Epi forms are the same for each form so if there are 2 or more forms on a page, you end up with duplicated id's which is an accessibility issue, not to mention a bad practice.
For example:
<section id="__field_"
Inputs:
<input id="c3d65aff-af7b-4496-aa59-65011b2a2914" - the id gets repeated for the same field if another form is added.
Are these id's used internally in Epi forms logic? Can they be removed/changed?