Is it possible to set a default value for the HTML Form Web Part for SharePoint? I'm using SharePoint Online and I am using the HTML Form web part to filter a list on the same page. What I would like to do is have no results displayed on the page until a users selects an option from the drop down. I've tried:
<option value=" " selected="selected"> </option>
But that doesn't work.

