Přejít k obsahu  Přejít k hlavnímu menu

Blog / Knowledge base

Updated: 11. August 2020

Actions in Mailocator - onSubmit

Dynamic change of the onSubmit event based on user behavior

What are Actions?

If you don't know how events work, we recommend that you get acquainted with them first Actions in Mailocator.



OnSubmit event and dynamic event change

During the management of more advanced scenarios, it may be necessary to influence the parameters of the onsubmit event, most often by:
filling in the form (eg checking the subscription),
visitor behavior,
status of cookies or dataLayer.

In addition to the parameter of the function mailocator.action.do (), the action can also be sent using the value of the attribute mlctr-action, which you can change dynamically.
The content of the parameter of the function mailocator.action.do () cannot be changed dynamically, browsers may consider such an attempt as a violation of security rules.


Case study:
Questionnaire with the possibility of subscribing to newsletters

The query form displayed in INQUIRY may also, if the user agrees, forward the email address to the Newsletter (ESP).

Find the FORM tag in your campaign HTML code.
Leave the mailocator.action.do () function parameter blank.
Fill in the attribute mlctr-action
Enter the desired default action in the attribute value.
<form onsubmit="return mailocator.action.do()" mlctr-action="subscribe:1|send">






After checking the checkbox - agree to subscribe - change the value of the attribute mlctr-action

Add the event to the checkbox and use it to change the value of the attribute mlctr-action
If the checkbox is checked, we want to send an event to Mailocator to send a query and at the same time to subscribe - subscribe:1|send
If the user did not check the box, the form will be submitted by action send
<input type="checkbox" value="1" onclick="this.checked ?
(document.querySelector('[mlctr-action]').setAttribute('mlctr-action','subscribe:1|send')) : (document.querySelector('[mlctr-action]').setAttribute('mlctr-action','send'))">



RELATED

Switching between integrations within the same project

If you need to route some campaigns to the CRM, others to an email tool, and store the results from surveys in an independent database, this solution is also easy to set up.

Automated values, adding values to hidden inputs

Merging of arbitrary fields and automatic filling of selected fields with a series of system values

Launch a campaign when you hover or touch a specific location on the page

Mark a location that triggers a campaign when the user hovers over it or touches it on a touch device

Mailocator Events

With events, you can intelligently manage the sequence of campaigns across the entire workflow scenario and display much more relevant and precisely targeted content in real time.

Notification

Set up the display of notifications on your site using Mailocator