bolt / forms

MIT License
21 stars 27 forks source link

Form template has elements with duplicate id #105

Open laurens94 opened 2 years ago

laurens94 commented 2 years ago

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

image
bobdenotter commented 2 years ago

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.