Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form template has elements with duplicate id #105

Open
laurens94 opened this issue Aug 27, 2022 · 1 comment
Open

Form template has elements with duplicate id #105

laurens94 opened this issue Aug 27, 2022 · 1 comment

Comments

@laurens94
Copy link

The generated <form> element contains a div that has the same id and class values as the form itself:

image

@bobdenotter
Copy link
Member

At first glance this seems to come from Symfony's Form component.. 🤔

You can obviously trigger the one you need in CSS using form#contact or div#contact and i'm pretty sure that'd work.. But yuck..

Let's see if we can fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants