Using the $AttributesHTML template tag, I'm trying to pass some arguments across to filter out from attributes like so:
<input $AttributesHTML("class", "id") />
However it seems these are never being received by the FormField->getAttributesHTML method and the $attributes argument is always empty. I am using the userforms module, but I believe this just makes use of the built in form classes so no abstraction there.