When filling out the Google form, not everyone includes a protocol for links (e.g. www.foo.bar and not http://www.foo.bar). When the tests are run to check for internal links, the browser interprets this as an internal link to the site (e.g. http://endangereddataweek.org/www.foo.bar).
When processing the form data, the website field need to be checked to ensure it starts with http(s).
When filling out the Google form, not everyone includes a protocol for links (e.g. www.foo.bar and not http://www.foo.bar). When the tests are run to check for internal links, the browser interprets this as an internal link to the site (e.g. http://endangereddataweek.org/www.foo.bar).
When processing the form data, the
website
field need to be checked to ensure it starts withhttp(s)
.