Listview Filter within a Form?
So I'm trying to enable the
Listview Filter within an HTML form but doing so creates nested forms causing other issues. Specifically, then the
jQuery Validation plugin get's the wrong form element (even though I specified the correct form ID). Has anyone else run into this and has a workaround? Thanks