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.

problem with URL validation

  1. ramey
    Member

    The following URL is a valid url

    http://htmlpreview.github.com/?https://raw.github.com/robertramey/safe_numerics/master/safe_numerics/doc/html/index.html

    But when entered into a website type field, Gravity Forms flags it as invalid and refused to process the form.

    Robert Ramey

    Posted 11 years ago on Sunday December 2, 2012 | Permalink
  2. The parser for the URL field will choke on that as a URL and flag it as invalid as you found out. Please use a single line text field in that case. You can write your own validation for the field and use the gform_validation filter to verify the value.

    http://www.gravityhelp.com/documentation/page/Gform_validation

    Posted 11 years ago on Sunday December 2, 2012 | Permalink

This topic has been resolved and has been closed to new replies.