Stateless Form and Report inside of Page
I have a report and a stateless form that filters the report. I can on submit launch a popup with the filtered report, but my users keep adding and subtracting filters which become persistent and the next time they use my search form it retains its previous filters. I want to use the 'zc_SecHeader=false' parameter like I could in a page.
How can I add a html snippet that has a report and the form such that they can communicate on submit?