I have a default form where i am adding a URL field and setting the presentation mode as read only and selected the display as option as URL. At the runtime, URL field is presented to user as non clickable and read only field. I would like to make it as clickable one. Any suggestions are welcome.
Create partial view, put url field there, include partial view in your form view.
You are not the only one who struggled with this ![]()
I did this and it worked. Thanks.But i would like to know why it is not displaying as clickable when we add the field directly into the form view.
I am not sure about reasoning behind this design so allow others to comment.
I am glad that it eventually worked for you.