-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback - Incorrect Error Message on Content Feedback Form #3026
Comments
Hi @nobodys-ghost thanks for opening this issue. The content feedback form on the Learn.WordPress.org website seems to require you to enter a link to a URL on the site. @adamwoodnz could you confirm if this is indeed the case? |
I've tested and it seems to be the URL parameter that fails the validation, as We are not doing anything custom with validation here, it's a standard Jetpack contact form URL field. If we really want to support this format we'll need to raise an issue with Jetpack. I guess the intended use of this form is for content on our platform, so reporting on our YouTube content is slightly unusual. Is this video embedded in one of our Lessons? |
It's embedded in the Intro to the Site Editor lesson of the beginner WordPress course. |
Thanks, I imagine that URL is what we'd expect to be entered into the feedback form 🙂 |
Thanks everyone. So, while it seems that the bug does exist in the Jetpack form, it's also true that the URL we'd need to capture on that form is to content on learn.wordpress.org. The main reason for this is that if a change is required for the video, we'd also need to update the content on the lesson. So it's a happy coincidence that this "bug" reinforces that. I've updated the form to make it clearer that the user needs to use URLs to content on learn.wordpress.org, and I'll close this issue. @nobodys-ghost if you would like to report the bug to the Jetpack repository, you can do so here: https://github.com/Automattic/jetpack |
Type of feedback
//dev
Description
When using the form on the Report Content Feedback page, putting the URL of the Intro to the Site Editor YouTube video prompts the error message "Please enter a valid URL", despite the fact it is a valid URL.
Step-by-step reproduction instructions (optional)
https://www.youtube.com/watch?v=ILgA2GemwO0
Screenshots or screen recording (optional)
Other information (optional)
The text was updated successfully, but these errors were encountered: