The following URL is a valid url
But when entered into a website type field, Gravity Forms flags it as invalid and refused to process the form.
Robert Ramey
The following URL is a valid url
But when entered into a website type field, Gravity Forms flags it as invalid and refused to process the form.
Robert Ramey
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