The embedded form takes a while to load (relatively speaking), and page speed is a ranking factor for search engines.
back
1 comments
Load the form asynchronously, or after the user clicks “feedback”.
If Google forms are ugly, write your own form that submits to the same endpoint: https://blog.webjeda.com/google-form-customize/
Oh that's a really neat trick, I'm guessing I could also send via JS if I set up a FormData with the same fields (probably just a generic text input that I'll just dump everything to). And then I can automatically get email notifications. I think that's the best option so far, thank you!
Np, hope it works out!