=== Advanced G forms ===
Contributors:      Kotora
Tags:              block editor, form, spread sheet
Requires at least: 6.0
Requires PHP:      7.4
Tested up to:      6.7.0
Stable tag:        0.1.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html

Using Gutenberg, you can easily produce forms that work with Google forms.

== Description ==
This plugin makes it possible to embed google forms into a website as a form.

Normally, when embedding google forms in a website, an iframe is used to display the forms, but the design of the iframe is google forms and does not match the company's tonmana,
This plugin solves this problem.

By using Advanced G forms, you can freely change the design of google forms and embed them in your website.

Furthermore, the "G" in Advanced G forms also means Gutenberg.

Yes, that's right.

You can freely change the content of forms prepared by google forms from Gutenberg.

Many well-known form plug-ins require html editing and are difficult to customize unless you have specialized skills,
Have you ever felt a little awkward because you have to ask an engineer to do a small AB test every time you want to do it?
With Advanced G forms, you don't have to feel that awkwardness.

You can modify forms with a simple mouse operation, just as you would modify an article from Gutenberg.


= Security =
Advanced G forms can also solve security issues.

All the base processes, such as accepting submitted data, processing the sending of emails, and storing data, use google forms.

Therefore, only HTML and JavaScript work on your website.

This means that it is no longer physically necessary to worry about server-side security such as SQL injection.

And since all user inquiry data is stored in google forms, there is no pressure on server capacity,
There is no need to take any action to protect the data.

Of course, spam protection is also sufficient.

We have prepared honeypots and cleverly hide the destination URL in google forms itself.


= Accessibility =
Advanced G forms also offers full accessibility measures.
We provide semantic coding for assistive tools at the HTML level, as well as form UI improvement and EFO.

Many well-known form plug-ins do not provide such support by default and require specialized knowledge to implement,
Advanced G forms is implemented from the beginning, so you can start optimizing your forms right away.

= Demo =
[demo](https://advancedgforms.com/#demo)

= Docs and support =
It explains how to create forms, work with spreadsheets, send emails using GAS, and many other things.

[Document](https://advancedgforms.com/document/)

= Contact us =
If you would like to contact us, please click here.
This contact page is also made with Advanced G forms.
[Contact](https://advancedgforms.com/contact/)

== Installation ==

1. Upload the entire `Advanced G forms` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).

You will find **AGF Setting** menu in your WordPress setting menu.

For basic usage, have a look at the [plugin's website](https://advancedgforms.com/).

== Screenshots ==

1. We will add it later


== Third-party used ==

- **name**: crypto-js
- **URL**: https://github.com/brix/crypto-js
- **purpose of use**: This is used to encrypt the URL of google forms in order to improve security. The URL of google forms is not sent externally.
- **license**: MIT License, For more information about the license, please check the [license page](https://github.com/brix/crypto-js?tab=License-1-ov-file).


- **api name**: zipcloud
- **URL of api**: https://zipcloud.ibsnet.co.jp/doc/api
- **purpose of use**: Search for a Japanese address by postal code. The postal code you enter in the form will be sent to the
- **license**: For more information about the license, please check the [license page](https://zipcloud.ibsnet.co.jp/rule/api).


== Changelog ==

= 0.1.0 =
* Release