I throttled my connection to "Slow 3G" in Chrome devtools, loaded a page with a form in it, filled an input and clicked select. This resulted in ?name=mirri+2&referrer=https%3A%2F%2Flibreformbuilder.local%2Fform%2F&_referrer_id=71&_form_id=114 appending to the URL, and a 404 was displayed.
I propose using display: none; on the form and removing it when the script has loaded.
I throttled my connection to "Slow 3G" in Chrome devtools, loaded a page with a form in it, filled an input and clicked select. This resulted in
?name=mirri+2&referrer=https%3A%2F%2Flibreformbuilder.local%2Fform%2F&_referrer_id=71&_form_id=114appending to the URL, and a 404 was displayed.I propose using
display: none;on the form and removing it when the script has loaded.