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!

Can I change the id attribute on the form container section and on the form input fields?

Vote:
 

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? 

#313912
Edited, Dec 08, 2023 17:23
Vote:
 

No, that would break a lot of things. 

#314037
Dec 11, 2023 12:09
Vote:
 

This creates an accessibility issue, not to mention it's poor html -  Optimizely is ok with that?

#314603
Dec 23, 2023 14:50
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.