Forum Discussion

RJIlg's avatar
RJIlg
Qrew Trainee
5 years ago
Solved

URL link box code issue


  • Remove the single quote above in bold and underlined like this:

    "<a class='Vibrant Success' style=\"border:0px solid green; background-color:green; text-align: center;-box-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000; \nbox-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000;\" href= " & [CRM Link] & " target='_blank'>CRM Job Link</a>"


    ------------------------------
    Adam Keever
    ------------------------------

9 Replies

  • Hi RJ,

    Could you give a little more detail on the issue you are running into? I'm not sure what your problem is or what you are trying to accomplish from the title.

    ------------------------------
    Evan Martinez
    Community Marketing Manager
    Quick Base
    ------------------------------
    • RJIlg's avatar
      RJIlg
      Qrew Trainee
      "<a class='Vibrant Success' style=\"border:0px solid green; background-color:green; text-align: center;-box-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000; \nbox-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000;\"href=[CRM Link Input]" &
      ">CRM Job Link</a>

      I want people to put in the URL link in the field "CRM Link Input", which is then translated as a new page that opens. I know you can make URL field boxes, but currently, all our other buttons on this job form have the same formatting I've attached above and we'd like this t to be no different.

      ------------------------------
      RJ Ilg
      ------------------------------
      • AdamKeever1's avatar
        AdamKeever1
        Qrew Commander
        This works for me; try this RJ:

        "<a class='Vibrant Success' style=\"border:0px solid green; background-color:green; text-align: center;-box-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000; \nbox-shadow: 0px 10px 13px -7px #000000, 9px 7px 12px 6px #000000;\" href= " & [CRM Link Input] & ">CRM Job Link</a>"

        ------------------------------
        Adam Keever
        ------------------------------