Is it possible to validate input as URL?

Hi.
I was wondering if anyone knows how to validate if the user input is a valid link format. Right now i’m asking for a URL, but users can input any value, as I don’t know how to validate it and present an error if not valid.

Thanks in advance

The only way I would know how to do this is if you add a condition to the button that fires the action to save the URL. See the example I did. You can also add default text in the input field to guide the user.

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.