PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

invalid URL??? Bad Validation

  1. artur
    Member

    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

    Posted 13 years ago on Wednesday November 10, 2010 | Permalink
  2. 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.

    Posted 13 years ago on Wednesday November 10, 2010 | Permalink