Website field uses different validation to Craft #1469
Coysh
started this conversation in
Feature Requests
Replies: 1 comment
-
Sorry for the delay @Coysh, I have noted this for future consideration. We can look into building a transformer to handle this difference. In the meantime, something to consider would be changing the field type from Website to Regex and configuring an expression that forced the HTTP/S prefix, etc. 🙂 Something like this for the pattern as a starting point: /^(http|https):\/\// |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using a website field that creates an element in Craft.
I have a field in Freeform that is a website. The validation allows me to submit with a prefix (
https://
)Craft doesn't allow URL fields without a prefix, so the error "Website is not a valid URL" is returned.
Freeform 5
Beta Was this translation helpful? Give feedback.
All reactions