Why doesn’t Pipefy have a field for URLs?
We need to collect information from correspondents and need multiple URLs.
Hello,
As a palliative, you can use a text field to collect url. After the card is created, the text is converted into a targetable URL
I worked around it by doing a conditional validation to ensure it is formatted as a URL
Source: https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url
(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})
There was a better regex but the conditional validation field is too small.
It’s unbelievable this isn’t handled natively.
I worked around it by doing a conditional validation to ensure it is formatted as a URL
Source: https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url
(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})
There was a better regex but the conditional validation field is too small.
very good
Please support the corresponding idea: https://community.pipefy.com/ideas/clickable-url-field-593
Reply
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.