@ayangobiodu,
Apologies for the late reply.

Here is a step by step way to get here,

Step 1; Create the input field
Step 2: go to workflows and create a workflow “When an input’s value is changed”
image
In the only when condition add your check with “extract with regex”, you can use the one which I have shared or look online for better regex check for links.
image
image

REGEX - ^(?:http(s)?://)?[\w.-]+(?:.[\w.-]+)+[\w-._~:/?#@!$&'()*+,;=.]+$

Step 3 - in the workflow set a custom state if it satisfies the condition.
image

Step 4 - on the basis of the custom state you can add a condition on input field to make it clickable or not
image

10 Likes