I'm submitting a large form through the GET method (so the results can easily be saved and shared). Inputs in the form are allowed to be blank. Is there a way to have the GET statement link not include blank results?
So if I had three items, and item 1 and item 3 have values, it would look like this
website.com?item1=value&item3=value
Instead of
website.com?item1=value&item2=&item3=value