Heyyy,
In my form, my visitors have to add multiples linkedin URL like this :
I want to make sure that all the link finish with a “/” with this regex :
.*linkedin\.com.*\/$
When im trying to do this :
[image]
it only takes the last line into consideration
Any idea how to do this?