Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?