Engage - Enhance
Use the guide below to successfully implement the Enhance product functionality on your website.
Johanna Sýkora avatar
Written by Johanna Sýkora
Updated over a week ago

How to Implement Enhance on Website Forms

Before you continue with the implementation, please make sure that you have completed the following:

  • The latest version of the Adfenix Script is running on your website.

  • The Adfenix Conversion Events have been implemented on the submission button of the form(s) Enhance should be triggered on, according to the recommendations of the Adfenix technical team.

After completing the above, and to make sure that Enhance will be working correctly, please implement the following attributes on the input fields of the website form(s) that Enhance should trigger:

data-adfenix="name"
data-adfenix="email"
data-adfenix="phone"

This is so that we can fetch and store the values the user provides. Below, you can see an HTML example of how the implementation should look like.

<form>
<label for="fname">First name:</label>
<input type="text" data-adfenix="firstname" id="fname" name="fname">
<label for="lname">Last name:</label>
<input type="text" data-adfenix="lastname" id="lname" name="lname">
<label for="phone">Phone number:</label>
<input type="text" data-adfenix="phone" id="phone" name="phone">
<label for="email">Email:</label>
<input type="text" data-adfenix="email" id="email" name="email">
<input type="submit" value="Schedule viewing">
</form>


To get in contact with Adfenix Support, please use the chat icon to submit your question!

Did this answer your question?