Forum Discussion

EvanHoller's avatar
EvanHoller
Qrew Member
10 months ago

Adding a field to existing URL

Hello, I am trying to add a clickable link to a form I have. I'd like for the URL to take the numbers in a field and put it into a URL . For example the URL is https://pleasehelpmesolvethis/1234567/abc I have a field called Contact ID that I would like to fill in the numbers. Does anyone know how to do this?



------------------------------
Evan Holler
------------------------------

3 Replies

  • Hey Evan,

    In a formula - URL you will want to put the following:
    "https://pleasehelpmesolvethis.com/" & [Contact ID] & "/abc"
    the text inside the " quotation marks " are static text, they will never change. The & sign is simply saying and after the last section do this section too.

    Let me know if this works or not.



    ------------------------------
    Shane Miller
    ------------------------------
    • EvanHoller's avatar
      EvanHoller
      Qrew Member

      This worked thanks so much for your help Shane!



      ------------------------------
      Evan Holler
      ------------------------------
      • ShaneMiller1's avatar
        ShaneMiller1
        Qrew Cadet

        Cheers!



        ------------------------------
        Shane Miller
        ------------------------------