hi,
im entering ' http://www.foo.com '
and the form is saying that the url is invalid.
is it checking for 'http://" ?
if so how can i change it to accept just ' http://www.foo.com '
or better foo.com or foo.net or "somevalue.extension"
thanks
hi,
im entering ' http://www.foo.com '
and the form is saying that the url is invalid.
is it checking for 'http://" ?
if so how can i change it to accept just ' http://www.foo.com '
or better foo.com or foo.net or "somevalue.extension"
thanks
If you don't really need the URL validation, why not just use a text field? That might make your life easier.
We do have a hook that can be used to perform a custom validation on a field, but it will require PHP knowledge. If you would like to give that I try, I can send you a code snippet to get you started.