Website field validation

What is the best way to create a “Website” field with validation? The URL type field requires the user add “http://…” which is awkward, and makes simple website entry syntax like “feathery.io” or “website.com” invalid.

Our url field now allows people to input formats like “google.com”, and we’ll automatically append the “https://” protocol if it results in a valid url

Is this still working? It appears this was working for a minute and now it’s reverted to the previous behavior.

image

Is this on an embedded flow? And if so did you upgrade the library? We also pushed an update that may have fixed this issue as well if that’s not the case

Indeed it is an embedded form and we are using our own CDN. We’ll try to update and see if that fixes.