Contact us email button

2660
3
06-06-2016 11:20 AM
Labels (1)
RamyShah
New Contributor

Good day all,

I don't want to recreate a wheel if it is already available. Honestly I don't find any widget. I have checked "Share" widget which creates a map link however it is not required functionality. I am required to create a button which opens a new email. It should have option for email "gis@xxx.com" and subject "question". Please provide detail instructions! Thanks a bunch!

0 Kudos
3 Replies
MichaelMiller2
Occasional Contributor III

You can use the About widget and add whatever text, images, and email you like. User would ckick to invoke the widget and invoke the email client when the email link is clicked.

RamyShah
New Contributor

It works. Thanks Michael

0 Kudos
AdrianWelsh
MVP Honored Contributor

Hi Ramy,

You could change the config.json properties from the main WAB folder where the links are located.

  "links": [
    {
      "label": "Email Us",
      "url": "mailto:gis@xxx.com?subject=Question"
    },
  ],