I'm wondering if there's a reason why collectFormValues doesn't allow for select elements to be ignored with the data-ignored attribute like other form elements? The use case for me is that I'm including the same form on two different pages and I don't want it to be compulsory on all pages.
The text was updated successfully, but these errors were encountered:
I'm wondering if there's a reason why
collectFormValues
doesn't allow forselect
elements to be ignored with thedata-ignored
attribute like other form elements? The use case for me is that I'm including the same form on two different pages and I don't want it to be compulsory on all pages.The text was updated successfully, but these errors were encountered: