=== TitenQ Easy Contact ===
Contributors: titenq
Tags: contact form, contact, form, embed, shortcode
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.0.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed an Easy Contact form in WordPress using the [titenq_easy_contact] shortcode.

== Description ==

TitenQ Easy Contact lets you embed a contact form created on [titenq.com.br](https://titenq.com.br) directly into any WordPress post, page, or widget using a simple shortcode.

After creating your form on titenq.com.br, copy the form ID and paste it into the plugin settings. Your visitors can then fill out the form without leaving your site.

**Features:**

* Simple shortcode: `[titenq_easy_contact]`
* Configurable form ID and iframe height
* Per-shortcode overrides: `[titenq_easy_contact form_id="ID" height="670"]`

== External Services ==

This plugin connects to titenq.com.br to render the contact form.

Data entered in the form is sent to the email address registered to the user's account on titenq.com.br and is not stored by the WordPress plugin.

- Service: https://titenq.com.br
- Terms of Use: https://titenq.com.br/terms
- Privacy Policy: https://titenq.com.br/privacy

== Installation ==

1. Upload this ZIP file in Plugins > Add New > Upload Plugin.
2. Activate TitenQ Easy Contact.
3. Go to Settings > TitenQ Easy Contact.
4. Paste the form ID from the Easy Contact panel on titenq.com.br.
5. Add `[titenq_easy_contact]` to any post, page, or widget where the form should appear.

== Shortcode ==

Basic usage:

`[titenq_easy_contact]`

With overrides:

`[titenq_easy_contact form_id="YOUR_FORM_ID" height="670"]`

== Changelog ==

= 1.0.2 =
* Updated plugin documentation.
* Clarified external service data handling.

= 1.0.1 =
* Fixed plugin documentation.
* Clarified external service data handling.

= 1.0.0 =
* Initial release.
