Hello, my forms are working but there is an issue with Firefox.
When redirecting, Netlify injects a script tag with data from the submitted form just after <head> causing Firefox to show this error (console):
The character encoding declaration of document was found too late for it to take effect. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Which causes encoding issues in my site.
Is there anything that can be done in my end?
Could Netlify inject the (useful) script tag before </head> to prevent such issues?
Thanks for the attention.