Listview Filter within a Form?

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


http://jsfiddle.net/Panman8201/a45VK/1/   << Check your console log, then change the data-filter to false to see the difference