Comment by kranke155
It rejects the URL
Www.myurl.com
For reasons unknown
Then I have to refresh and then I don’t want to do it again.
It rejects the URL
Www.myurl.com
For reasons unknown
Then I have to refresh and then I don’t want to do it again.
I just looked up https://dev.to/joelbonetr/form-input-validation-without-java... and saw this, I'll look into implementing it via this strategy.
Likely because you're not using http:// / https:// but it's a good note that it should give more information as well as it should redirect back with the error message on top.
Edit: or better yet, a little bit of javascript to catch it first. I'm really trying to use the minimal amount of JS possible.