On one of my forms, I have a SELECT that sometimes contains the attribute multiple="multiple", and sometimes does not.
I'd like to query the SELECT to see if the multiple attribute is present. If it is, I'd like to save a value indicating this (true or false, 1 or 0). What is the best way to do this, using either a CSS/JQuery extractor or Regular Expression Extractor? Thanks, - Mike.
