Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mopinion has the following form triggers:

  1. By Button

  2. Proactively

  3. On-Page leave

Configuration

Expand
titleHow to go to the correct menu in Mopinion?

Where can I find my deployment?

Go to Date collectionDeployments.

Click the pencil icon of the deployment you want to edit.

How to configure the different forms of triggers?

How should the form be initialised

By Button

Triggered by button means a button will show on the screen, if the specified deployment conditions are satisfied, which the customer must click to open the form. The button is always visible.

...

Proactively

Triggered proactively means that the form will show up by itself if it satisfies the specified deployment conditions. Only the form will be visible and not the button.

...

On-Page leave

Triggered on page leave means that the form will appear when the visitor tries to leave the page. Only the form will be visible and not the button.

...

Note

Be aware that the on-page leave trigger is only available on laptop and desktop devices. Mobile devices cannot use the trigger on-page leave.

The on-page leave trigger checks mouse movement. As soon as your mouse pointer moves out of the browser window into the browser address bar, the on-page leave is triggered.

Info

More information on these three options can be found in this article.

Pause condition set

With this setting, you can temporarily exclude a condition from being evaluated.

Select the toggle Turn on to temporarily disable this condition set to pause a specific condition.

...

In the deployment overview, the paused condition will look as below.

...

Note

This setting will only pause the selected condition. If a form is in a deployment with multiple conditions the other conditions also need to be paused or removed to entirely prevent a form from showing.

Condition settings

With the Refresh condition settings per visitor after .. days. setting you can determine how long you want a condition that has been evaluated to be true to be active to prevent proactive and on page leave based forms from showing again.

What conditions to trigger a form are available?

...

Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<div id=\"surveyContent\"></div>","javascript":"var confluenceData = {};\nvar pageId;\nvar pageTitle;\n\ntry {\n confluenceData = JSON.parse(parent.window.name);\n var pageId = confluenceData.options.productContext['page.id'];\n var pageTitle = confluenceData.options.productContext['page.title'];\n} catch(e) {}\n\nvar src = 'https://collect.mopinion.com/assets/surveys/2.0/js/survey.min.js';\n\nvar vars = {\n key:'211a4fdb96626776846147095cc335b448e20458', \n domain:'app.mopinion.com', \n divName:'surveyContent', \n button:false, \n use_collect:false, \n useQuerySelectorAll:false\n};\n\nvar s = document.createElement('script');\ns.async = 'async';\ns.id = 'mopinionFeedbackScript';\ns.src = src;\ns.onload = s.onreadystatechange = function() {\n if (!s.readyState || s.readyState === 'loaded' || s.readyState === 'complete') {\n try {\n srv.loadSurvey(vars);\n } catch (e) {}\n }\n}\ndocument.head.appendChild(s);","css":""}

...