Forum Discussion

JeffElliott's avatar
JeffElliott
Qrew Member
2 years ago

Mailto: open in new window

I have a mailto: button in formula-rich text code that works fine and will launch and populate an email with text and fields from QB.  It works fine, but it takes the user away from the original form with the button.  I want it to open in a new browser window WITHOUT having to right click and select "open in new window."

Is that possible?

------------------------------
Jeff Elliott
------------------------------

6 Replies

  • MarkShnier__You's avatar
    MarkShnier__You
    Qrew #1 Challenger
    Can you post your code?

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • JeffElliott's avatar
      JeffElliott
      Qrew Member
      "<a class=\"Vibrant Alert\" href=\"https://outlook.office.com/owa/?path=/mail/action/compose&to="&[Email to Send]&"&subject="&[First Name]&"&\" \">BUTTON TEXT</a>"

      ------------------------------
      Jeff Elliott
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Qrew #1 Challenger
        try this

        "<a class=\"Vibrant Alert\" target='_blank' href=\"https://outlook.office.com/owa/?path=/mail/action/compose&to="&[Email to Send]&"&subject="&[First Name]&"&\" \">BUTTON TEXT</a>"

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