Developer Documents Documents
-
Track Custom Lead Values with WordPress Leads
Redirecting to external URL. Hold Tight
-
Leads Plugin Intro
-
Disable Tracking for All Forms on a Given WordPress Page
This snippet will allow for you to toggle off lead tracking for all forms on a given page. This is … Read more →
-
Using Dynamic Form Fields with Inbound Now Forms
You can dynamically fill form fields with inbound forms. This is useful for automatically filling in known information about the … Read more →
-
Trigger Custom Javascript Event on Form Completion
The below script will enable you to fire custom javascript code after the inbound now form has finished processing. This … Read more →
-
Add Additional Lead Profile Fields to Lead Records and Map Form Fields
Introduction There are two ways to add lead fields to your Leads system, one is to use the UI interface … Read more →
-
Debugging Javascript Errors (No coding skills required)
Debugging Javascript Errors This tutorial will walk you through fixing your javascript errors caused by your theme or other plugins. … Read more →
-
Debugging Form Submission Data
Run the script in the console tab of the browser dev tools. This will disable the final form submission and … Read more →
-
Coding Standards
Below are the following coding standards that must be followed for contributing code to the open source project to ensure … Read more →
-
Hooking into the Lead save/update process (3rd Party Development)
Hooks inbound_store_lead_post Function inbound_store_lead doubles as an ajax method and a traditional method for storing and updating lead profiles. This … Read more →
-
Changing email notification headers
In order to manually change email headers we will need to hook into the email send process using our custom … Read more →
-
Lead API Documentation – v1
Summary Leads API will provide methods for querying and manipulating the Leads database both internally as well as externally through … Read more →
-
Contributing to Inbound Now Codebase
This document illustrates the workflow users should undertake to contribute to the Inbound Now public codebase. Part I – Getting … Read more →
-
How to add tabs to the Lead Profile
This code example shows how we are adding tabs and tab content to the Lead profile UI as of 1/22/2015:
-
How to add a new activity section to the Leads profile UI
This code example shows how to add an activity section to the activity tab of the Lead profile UI as … Read more →
-
How to automatically detect and set the visitor’s country
Add this code to your theme’s functions.php file to automatically dectect and set the visitor’s country for an Inbound Now … Read more →
-
Add lead to custom taxonomy on form submission
This document shows an example plugin that will extend Inbound Forms to be able to add a lead to a … Read more →
-
Change delimiter in CSV export
Add the following to your theme’s functions.php file or to a custom plugin to modify the default delimiter Leads uses … Read more →
-
How to remove submitted fields from notification email
You may want to remove certain parts of the new lead email notification. We’ve provided a WordPress filter to help … Read more →
-
How to change email headers on new lead notification email.
Email headers are standardized for new lead notification emails. If you are wanting to change the From email address or … Read more →
-
Analytics Events – Hooks and Filters – Client Side Javascript