Comment by jaktet
Tried it out real quick.
The validation on the form page doesn’t require a valid url but when you hit submit the validation fails if the url is incorrect. When you click back to go correct it you can’t fix it because the submit button is still spinning.
Also requiring a title for a url doesn’t seem necessary, just use the domain as the title or the url itself if it’s empty.
Sorry don’t have any other feedback I stopped there.
Love the feedback. You're the second person (that I've seen) whose mentioned what a bad user experience it is to fill out everything and then get told that you have an invalid url. I'm trying to use very minimal javascript but this seems like a good place to add a little extra.
Also I need to fix the submit button problem.
Edit: This has all been fixed.