Hi there, I was wondering if it is possible to somehow verify a YouTube link when submitting a form.
In my form I want the users to be able to paste their YouTube link into a field ( not embed code, just the link e.g. http://www.youtube.com/watch?v=qNhPYj-5rIY)
And then when the user submits the form use the google API to verify if the video exists.
http://gdata.youtube.com/feeds/api/videos/qNhPYj-5rIY
That way the user won't be able to submit a link that does not work.
I am not sure how I can make this work, maybe by being able to create a custom "Submit" button to append this check to it ?