Solved

No URLs?

  • 12 July 2023
  • 5 replies
  • 108 views

Userlevel 2

Why doesn’t Pipefy have a field for URLs?

We need to collect information from correspondents and need multiple URLs.

icon

Best answer by genietim 17 July 2023, 09:07

View original

5 replies

Userlevel 7
Badge +18

Hello, @patrick-xrpl-labs 
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

 

 

Userlevel 2

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.

Userlevel 2

It’s unbelievable this isn’t handled natively.

Userlevel 7
Badge +18

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
Userlevel 7
Badge +12

Please support the corresponding idea: https://community.pipefy.com/ideas/clickable-url-field-593

Reply