=== Collect Lead Form ===
Contributors: ferdausalom
Tags: contact form, lead form, lead generation, feedback form, ajax form
Requires at least: 5.0
Tested up to: 6.8.3
Stable tag: 1.0.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Collect Lead Form is a lightweight WordPress plugin to capture leads or use as an Ajax-powered contact form.

== Description ==

Collect Lead Form allows you to quickly collect leads or use it as a simple contact form. The plugin features fast, Ajax-powered form submission and stores all leads directly in your WordPress admin dashboard.

If you need additional features such as custom fields, multiple forms, or CAPTCHA integration, please contact the developer at **faferdaus@gmail.com**.

= Support This Plugin =

If you enjoy using Collect Lead Form and find it useful, please consider donating to support its ongoing development: **faferdaus@gmail.com**.

= Privacy Notice =

By default, this plugin does not:
* track users;
* send data to external servers;
* use cookies.

== Features ==

* Simple and lightweight WordPress lead generation form
* Ajax-powered contact form with no page reload
* Stores all leads inside the WordPress admin
* Easy shortcode for embedding anywhere
* Works with any WordPress theme
* GDPR-friendly — no tracking or external servers
* Fast and minimal — optimized for performance
* Supports custom styling via CSS
* Protected by WordPress nonce security

== Shortcode ==

Use the shortcode below to display the form anywhere on your site:

[collect-lead-form]


Place it inside any page, post, sidebar widget, or block editor shortcode block.

== Installation ==

1. Upload the entire `collect-lead-form` folder to `/wp-content/plugins/`.
2. Activate the plugin through **Plugins > Installed Plugins**.
3. Use the shortcode `[collect-lead-form]` to display the form.
4. View submitted leads under the **Collected Leads** menu in your WordPress admin.

== Frequently Asked Questions ==

= How do I add the form to a page? =
Place the shortcode `[collect-lead-form]` inside any page or post.

= Where are the submitted leads stored? =
All leads are stored in your WordPress dashboard under **Collected Leads**.

= Does the form use Ajax? =
Yes, the form is fully Ajax-powered for smooth, no-reload submissions.

= Can I customize or extend the form? =
Yes. For custom fields, additional features, or CAPTCHA integration, please contact: **faferdaus@gmail.com**.

= Is the plugin GDPR compliant? =
Yes. The plugin does not send data to external servers and does not track users.

= Does it work with any theme? =
Yes, it is compatible with all standard WordPress themes.

== Screenshots ==

1. screenshot-1.jpg
2. screenshot-2.jpg
3. screenshot-3.jpg
4. screenshot-4.jpg
5. screenshot-5.jpg
6. screenshot-6.jpg

== Support ==

For support, feature requests, or bug reports, please contact the developer directly at:
Email: [mailto:faferdaus@gmail.com](mailto:faferdaus@gmail.com)

== Changelog ==

= 1.0.3 =
* Updated Carbon Fields plugin dependency to version 3.6.9 for improved PHP 8.x compatibility.
* Fixed deprecated PHP warnings related to get_class() without arguments.
* General code cleanup and stability improvements.

