Title: Arthaleads
Author: arthaleads
Published: <strong>Siilto 23, 2026</strong>
Last modified: Siilto 23, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/arthaleads.svg)

# Arthaleads

 By [arthaleads](https://profiles.wordpress.org/arthaleads/)

[Download](https://downloads.wordpress.org/plugin/arthaleads.1.0.7.zip)

 * [Details](https://fuc.wordpress.org/plugins/arthaleads/#description)
 * [Reviews](https://fuc.wordpress.org/plugins/arthaleads/#reviews)
 *  [Installation](https://fuc.wordpress.org/plugins/arthaleads/#installation)
 * [Development](https://fuc.wordpress.org/plugins/arthaleads/#developers)

 [Support](https://wordpress.org/support/plugin/arthaleads/)

## Description

**Arthaleads CRM – Lead Capture for Contact Forms** connects your WordPress website
to [Arthaleads CRM](https://arthaleads.com) so that every form submission is automatically
captured as a lead, assigned to your team, and tracked in one place.

No copy-pasting. No missed leads. Every enquiry goes straight into your CRM pipeline
the moment someone submits a form.

#### Supported Form Plugins

 * Contact Form 7
 * WPForms
 * Elementor Pro Forms
 * Gravity Forms
 * Ninja Forms
 * Forminator
 * Fluent Forms

#### How It Works

 1. Install and activate this plugin.
 2. Copy your unique token from **Arthaleads CRM  Automation  WordPress / Website**.
 3. Paste the token into the plugin settings page and save.
 4. Done — every new form submission is sent to your CRM instantly.

#### Features

 * Works with all major WordPress form plugins (8 supported)
 * Captures name, phone, email, and message from any form
 * Shows the form source (website name) as the lead source label in CRM
 * Duplicate submissions within 60 seconds are automatically ignored
 * Zero configuration beyond pasting your token
 * Lightweight — no external libraries, no tracking scripts

#### About Arthaleads CRM

Arthaleads is a CRM platform built for real estate teams. It manages leads, follow-
ups, pipelines, attendance, and performance reports in one place. Learn more at 
[arthaleads.com](https://arthaleads.com).

### External services

This plugin connects to the Arthaleads CRM API (`api.arthaleads.com`) to deliver
form submissions from your site as leads. This is core to what the plugin does —
it cannot function without it.

 * **What it is and what it’s used for:** Arthaleads CRM, a lead management platform.
   Every time a visitor submits one of your supported contact/lead forms, the plugin
   sends that submission to Arthaleads so it appears in your CRM pipeline instead
   of only in your WordPress database.
 * **What data is sent and when:** On each form submission — name, phone, email,
   message/enquiry text, any other question the form asks, the form plugin used,
   the page URL the form was submitted from, and your configured site name. When
   you click “Send Test Lead” in the plugin settings, the same fields are sent with
   fixed placeholder values (`Test Lead`, `9999999999`, `test@arthaleads.com`) so
   you can verify the connection. When you save the plugin settings, your account
   token and which form plugins you’ve enabled are sent so the CRM can register 
   which integrations are active for your site. No data is sent unless you have 
   entered a valid Arthaleads account token in the plugin settings.
 * **Service links:** [Terms of Service](https://arthaleads.com/terms), [Privacy Policy](https://arthaleads.com/privacy)

## Installation

 1. Upload the `arthaleads-integration` folder to `/wp-content/plugins/`, or install
    directly from the WordPress plugin directory.
 2. Activate the plugin through **Plugins  Installed Plugins** in your WordPress admin.
 3. Go to **Arthaleads CRM** in the left admin menu.
 4. Log in to [arthaleads.com](https://arthaleads.com), navigate to **Automation  WordPress/
    Website**, and copy your unique token (starts with `AW-`).
 5. Paste the token into the plugin settings and click **Save**.
 6. Submit a test form on your website — the lead should appear in Arthaleads CRM within
    seconds.

## FAQ

### Which form plugins are supported?

Contact Form 7, WPForms, Elementor Pro Forms, Gravity Forms, Ninja Forms, Forminator,
Fluent Forms, and MetForm. More plugins will be added based on demand.

### Do I need an Arthaleads account?

Yes. You need an active [Arthaleads CRM](https://arthaleads.com) account to get 
your token. The plugin does nothing without a valid token.

### Will it work with multiple forms on the same site?

Yes. Any form submission from any supported plugin on your site will be sent to 
Arthaleads CRM as long as the plugin is active and the token is saved.

### What data is sent to Arthaleads?

The plugin sends: name, phone, email, message, any other question the form asks (
e.g. budget, configuration, purpose, timeline) labeled with its question text, the
page URL where the form was submitted, and the form plugin name. No other data is
transmitted.

### Is my data secure?

All data is sent over HTTPS to the Arthaleads API. Your token is stored in WordPress
options and never exposed publicly.

### What if a form is submitted twice in quick succession?

The plugin automatically ignores duplicate submissions from the same phone number
within 60 seconds to prevent double entries in your CRM.

### Where is the plugin settings page?

**WordPress Admin  Arthaleads CRM** (in the left sidebar).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Arthaleads” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ arthaleads ](https://profiles.wordpress.org/arthaleads/)

[Translate “Arthaleads” into your language.](https://translate.wordpress.org/projects/wp-plugins/arthaleads)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/arthaleads/), check
out the [SVN repository](https://plugins.svn.wordpress.org/arthaleads/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/arthaleads/) by 
[RSS](https://plugins.trac.wordpress.org/log/arthaleads/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.7

 * Prefixed the two transient keys used for duplicate-submission detection (`arthaleads_mf_...`,`
   arthaleads_dd_...`) instead of the unprefixed `al_mf_`/`al_dd_`, per Plugin Directory
   review feedback.

#### 1.0.6

 * Every supported form plugin (Contact Form 7, WPForms, Elementor Pro Forms, Gravity
   Forms, Ninja Forms, Forminator, Fluent Forms, and MetForm) now forwards every
   custom question answer (budget, configuration/BHK, purpose, timeline, etc.), 
   not just name/phone/email/message, so the CRM can map real answers onto the lead’s
   actual fields instead of losing them.

#### 1.0.5

 * Moved the admin settings page’s CSS and JavaScript into properly enqueued files(`
   wp_enqueue_style`/`wp_enqueue_script`) instead of inline `<style>`/`<script>`
   tags.
 * Documented the plugin’s use of the Arthaleads CRM API as an external service 
   in this readme, per the Plugin Directory guidelines.

#### 1.0.4

 * Fixed all unescaped output warnings — every echo now uses esc_html() or esc_attr().
 * Removed Google Fonts CDN dependency; admin UI now uses system fonts for privacy
   compliance.
 * Replaced innerHTML-based row rebuild with safe DOM manipulation to prevent potential
   XSS.
 * Fixed “Tested up to” version tag (was incorrectly set to 7.0; corrected to 6.8).

#### 1.0.3

 * Restored full multi-file plugin structure with separate class files for each 
   form integration.
 * Added MetForm support (8 supported form plugins total).
 * Added per-integration toggle switches in admin settings.
 * Added Send Test Lead button for instant connection verification.
 * Added uninstall.php to clean up options on plugin deletion.

#### 1.0.1

 * Added 60-second duplicate submission guard to prevent double leads when multiple
   form plugins are active simultaneously.

#### 1.0.0

 * Initial release.
 * Support for Contact Form 7, WPForms, Elementor Pro Forms, Gravity Forms, Ninja
   Forms, Forminator, and Fluent Forms.

## Meta

 *  Version **1.0.7**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/arthaleads/)
 * Tags
 * [contact form](https://fuc.wordpress.org/plugins/tags/contact-form/)[crm](https://fuc.wordpress.org/plugins/tags/crm/)
   [lead capture](https://fuc.wordpress.org/plugins/tags/lead-capture/)[leads](https://fuc.wordpress.org/plugins/tags/leads/)
   [real-estate](https://fuc.wordpress.org/plugins/tags/real-estate/)
 *  [Advanced View](https://fuc.wordpress.org/plugins/arthaleads/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/arthaleads/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/arthaleads/reviews/)

## Contributors

 *   [ arthaleads ](https://profiles.wordpress.org/arthaleads/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/arthaleads/)