We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generated <form> element contains a div that has the same id and class values as the form itself:
<form>
id
class
The text was updated successfully, but these errors were encountered:
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..
form#contact
div#contact
Let's see if we can fix this.
Sorry, something went wrong.
No branches or pull requests
The generated
<form>
element contains a div that has the sameid
andclass
values as the form itself:The text was updated successfully, but these errors were encountered: