Neru works seamlessly with ActiveCampaign, especially when you already show ActiveCampaign block on your website through an HTML-embed.
If you do not use HTML-embeds for your ActiveCampaign sign-up forms, we recommend that you contact support.
Let's take a look at how to activate Neru when you use ActiveCampaign to embed forms.
Note: First place the Neru script in your header, as explained here
The example below should look like the form that you currently embed from ActiveCampaign.
A large part of this code is not relevant for now. The only thing that is important is that we search for the elements that Neru needs to work on, namely the header, description and button.
From the standard setup in ActiveCampaign, the above code comes with HTML for a header, paragraph and button. Refer to the following lines in the example above:
Read here everything about the different data attributes so that you can get the most out of Neru
To get Neru working, we add the following attributes to the <h1> tags:
Resulting in the following:
We add the following attributes to the <p> tags:
Resulting in the following:
We add the following attributes to the <button> tags:
Resulting in the following:
We now have the following three lines of code:
Integrate these three lines in the appropriate places in your current HTML embed and Neru is ready to start! (The code preview below could look different depending on your design)