=== FormOMatic ===
Contributors: formomatic
Tags: forms, google forms, embed, contact form, form builder
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed beautiful, customized Google Forms on your WordPress site using FormOMatic.

== Description ==

FormOMatic lets you transform plain Google Forms into beautifully styled, embeddable forms that match your website's design.

**Features:**

* Easy embedding with shortcode or Gutenberg block
* Customize colors, fonts, spacing, and more
* Multi-column layouts
* Spam protection with honeypot fields
* Visitor tracking (IP, location, referrer)
* Works with any Google Form

**How it works:**

1. Create and style your form at [FormOMatic.com](https://formomatic.com)
2. Install this plugin and add your API key
3. Embed forms using the Gutenberg block or `[formomatic id="your-form-id"]` shortcode

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/formomatic/` or install through the WordPress plugins screen
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to FormOMatic in the admin menu
4. Enter your API key from your [FormOMatic account](https://formomatic.com/app/account.php)
5. Use the Gutenberg block or shortcode to embed forms

== Frequently Asked Questions ==

= Do I need a FormOMatic account? =

Yes, you need a free account at [FormOMatic.com](https://formomatic.com) to create and style your forms.

= Can I embed multiple forms on the same page? =

Yes! Each form is isolated with scoped CSS, so multiple forms with different styles work perfectly together.

= Does it work with the block editor? =

Yes, search for "FormOMatic" in the block inserter to add forms with the Gutenberg block.

== Screenshots ==

1. Admin settings page
2. Gutenberg block in editor
3. Styled form on frontend

== Changelog ==

= 1.0.0 =
* Initial release
* Shortcode support
* Gutenberg block with form selector
* API key authentication

== Upgrade Notice ==

= 1.0.0 =
Initial release

== External Services ==

This plugin connects to FormOMatic.com (https://formomatic.com) to provide its functionality:

* **Form List API** - When you enter your API key, the plugin fetches your list of forms from FormOMatic.com to display in the admin panel and Gutenberg block selector.
* **Form Embed Scripts** - When a form is displayed on your site, it loads JavaScript and CSS files from FormOMatic.com to render the styled form.
* **Form Submissions** - When visitors submit a form, data is sent directly to Google Forms (not through FormOMatic servers).

By using this plugin, you agree to:
* [FormOMatic Terms of Service](https://formomatic.com/terms)
* [FormOMatic Privacy Policy](https://formomatic.com/privacy)
