=== Banned Words for Elementor Forms ===
Contributors: cliowebsites, csdev
Tags: elementor, forms, banned words, validation, security  
Requires at least: 5.8  
Tested up to: 6.8  
Requires PHP: 8.1  
Stable tag: 1.0  
License: GPL-2.0+  
License URI: https://www.gnu.org/licenses/gpl-2.0.html  

Prevents form submissions containing banned words in Elementor Forms. Customize your blacklist and control error messages.

== Description ==
Block inappropriate or spammy submissions in Elementor Forms by defining a list of banned words. Key features:

- Define comma-separated banned words
- Enable/disable validation in the site (all the forms texts will be checked)
- Choose error display location (field or field + form-wide)
- Works with text/textarea fields
- Translation-ready (includes .pot file)

== Installation ==
1. Upload the `clio-banned-words` folder to `/wp-content/plugins/`
2. Activate the plugin through **Plugins → Installed Plugins**
3. Configure banned words in **Elementor → Banned Words**

== Frequently Asked Questions ==

= Where do I set banned words? =
Go to **Elementor → Banned Words** and edit "Banned Words List".

= Will the check run on every Elementor Form? =
Yes, it validates all Elementor forms site-wide. To temporarily disable validation:
1. Go to **Elementor → Banned Words**
2. Uncheck "Elementor Forms Validation"

= Can I use phrases or only single words? =
Both. Separate words/phrases with commas (e.g., `bad word, inappropriate phrase, another term`).

= Are words or phrases case-sensitive? =
The plugin matches words/phrases case-insensitively (e.g., 'Bad word' will block 'BAD WORD', 'bAd WoRd', etc.).

= How do I translate the plugin? =
Use the provided `.pot` file (`/languages/clio-banned-words.pot`)
Create `.po/.mo` files for your language (e.g., `es_AR.po` is provided). 
The excellent Loco Translate plugin is recommended.

== Changelog ==
= 1.0 =
* Initial release

== Disclaimer ==
This plugin is provided **as-is** without warranty. Compatibility with future WordPress/Elementor versions is not guaranteed. Use at your own risk.