From d6e707fb853a876bca627a7055c1110d1ba420f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Thu, 11 May 2017 12:22:07 +0300 Subject: [PATCH] Force showing name and email fields in HelpScout Beacon [MAILPOET-908] --- views/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/layout.html b/views/layout.html index bbdb4e7782..c927d6ee4d 100644 --- a/views/layout.html +++ b/views/layout.html @@ -72,7 +72,8 @@ jQuery('.toplevel_page_mailpoet-newsletters.menu-top-last') HS.beacon.config({ icon: 'message', zIndex: 50000, - instructions: "<%= __('Want to give feedback to the MailPoet team? Contact us here. Please provide as much information as possible!') %>" + instructions: "<%= __('Want to give feedback to the MailPoet team? Contact us here. Please provide as much information as possible!') %>", + showContactFields: true }); // HelpScout Beacon: Custom information