I've been trying to create multiple, maybe hundreds, of forms that use GET and
have the same action page. I want the action page to look different depending on
the data given, or which form is submitted. I was going to do this rather than create
a new page with the data from each form, but I don't know if that's the practical or
right way to do it. Is it better practice to just use that data to create new pages and
then have links to those pages?