I have a form_alter hook on views_exposed_form that's trying to adjust how many options are displayed for multiple select fields. Somewhere between that function and theme_select(), though, the "#size" attribute is disappearing. I can set "#attributes" to include a value for 'size', I can add other arbitrary key values to the element like "#test", so I know the form_alter function is being called. I don't see any explicit references to "#size" in core code or in the Better Exposed Filters module that seem like likely culprits. So I guess the whole array is being recreated somewhere?
Looking for ideas on how to find out what's going on here. Thanks.
Recent comments
Thanks, that's very helpful
Where can I find webform submitted emails?
Correct - I linked to it in the post above
Where can I find webform submitted emails?
wow, that was quick! Do you mean the 'Maillog / Mail Developer' module?
Where can I find webform submitted emails?
Hi @clarkac. If you go to the Results tab of the webform node then you can see all submissions from that webform. If you install the Maillog module then you can see a list of emails sent...
Where can I find webform submitted emails?
Glad it works for you! Regarding selecting options, I've just tested the Views Autocomplete Filters module and got it working after I had a look at the README and made sure to use the same...
Can't filter content in a View