London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?