Versions Compared

Key

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

...

Code Block
<a onclick="srv.openModal(true,'form-key')">feedback</a>

 You You need to specify it with the form key, which is the unique identifier for that particular feedback form. You can grab that key from the ‘Feedback forms’ page. Click on the icon with the three dots, and click on ‘Copy form key’.

...

Code Block
srv.openModal(true,'2a8f783514fa91e03666bbb8c444ac4a0b967074')
Info

Note: The SRV object will only be visible once all specified conditions in the deployment are true. See Why do my conditions show a false-value in my console? for more information.

Info

Note: If a form is initialised proactively or on-page leave, instead of passively by button, it is possible that the above SRV code might not be shown after having been called once before already. This is because a cookie is placed and not all conditions will show a true-value.

Info

Note: It is best to initialise your form with the ‘Triggered by button’ option. Furthermore, it is also better to not set any other triggers, aside from, if you want, the URL condition.

...

 Video walkthrough

...

Hide the Mopinion button

...