Using a form field in a url within a text element

  • digitalskyjustin
    Asked on January 1, 2019 at 2:16 PM

    Hello,

    I'm pre-populating some fields using URL parameters, and a couple of the fields are URL's to other pages. I'm hoping to allow people to open these pages by including a text element, but I can't seem to get them formatted as clickable urls. I can get them to be displayed in the text element but they aren't clickable.

    Is there anyway way to pass through a field to a clickable URL?

  • jonathan
    Replied on January 1, 2019 at 3:27 PM

    From what I have checked, it will not work if the URL link text is not the full URL.

    From what I understand on what you wanted to do is that, you want to add the clickable URL link via URL parameter to a text in the form.

    The browser security features will not allow the auto adding of clickable link in a text within the source code of a page or form.

    What you can try is add the full URL text... so the uses will be able to select the text only and open it on another browser tab/window.

    I hope this help. Let us know how we can be of further assistance.