Forum Discussion

Lightning0114's avatar
Lightning0114
Qrew Cadet
5 years ago

Insert link in Email Notification

Hi.

I'd like to insert a MS form link in a notification where the receiver will just click on "Click here" and then they will be redirected to the MS form in another tab. Any idea how should we get this done?


------------------------------
Ma. Isabel Gumanid
------------------------------
  • This is an example  for a Rich Text field which will act as a hyperlink.


    var text Words = ....;

    var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];


    // this last part is always the same

    "<a href=" & $URL & ">" & $Words & "</a>"



    I'm not sure what you mean by an MS form.




    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------