Forum Discussion

HemaRajendran1's avatar
HemaRajendran1
Qrew Trainee
3 years ago

Reg: Reclink in Notification message content

Hi Folks,
I'm using reclink in my Notification message. Is there a way to show the reclink as a button or a prettier version instead of a link?

Thanks,
Hema

------------------------------
HR
------------------------------

4 Replies

  • Yes, Kirk Trachy's Magic Buttons App in the exchange has an examples of buttons which are emailable.

    Here is an example of one

    var text URL = [Log In URL];
    var text ButtonWords = "Log In";


    // Begin button style
    var text bgcolor = "#34A853"; // green
    var text txtcolor = "white";
    var text style = "style=\"text-decoration: none; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 8px 10px; color: " & $txtcolor & "; display: inline-block; font-size: 150%; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
    // End button style

    "<a " & $style & " href=" & $URL & ">" & $ButtonWords & "</a>"


    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • HemaRajendran1's avatar
      HemaRajendran1
      Qrew Trainee
      Thank you for the response.I have a question, Is it possible to add "%reclink%" the e-mailable button?


      ------------------------------
      Hema Rajendran
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend

        No, that is not possible but here is an example of some code which would display a record. You would use that for the URL.

        urlroot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#]



        ------------------------------
        Mark Shnier (YQC)
        mark.shnier@gmail.com
        ------------------------------