...
Code Block | ||
---|---|---|
| ||
{ event: "hidden", key: "[UNIQUE_FORM_KEY]", formName: "[FORM_NAME]", triggerMethod: "[PASSIVE | PROACTIVE | EXIT]" } |
4. mopinion_next
If your standard feedback form consists of multiple pages this event, will let you know when navigation to the next page takes place. It also makes all the feedback given until that point available. The array with all possible questions is updated with the value of the answered question till then.
...
5. mopinion_previous
If your standard feedback form consists of multiple pages this event, will let you know when navigation to the previous page takes place. It also makes all the feedback given until that point available. The array with all possible questions is updated with the value of the answered question till then.
...