=== IM Mail Form ===
Tags: contact form, email, form builder, mail form
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create customizable contact forms and send email notifications.

== Description ==

IM Mail Form is a customizable contact form plugin designed for website creators and developers.

Features include:

* Customizable form fields
* Field validation
* File attachments
* Confirmation screens
* Admin email notifications
* Auto-reply emails
* Email sending history
* Merge tags
* Custom completion messages and redirects
* Honeypot, time trap, and rate limiting
* Japanese and English support

Email sending history allows administrators to review email delivery status from the WordPress admin screen.

Stored information includes:

* Sending date and time
* Form name
* Admin email status
* Auto-reply email status
* Recipient information
* Sender IP address

Email contents and submitted form data are not stored.

Forms can be displayed using a shortcode:

[im_mail_form id="contact"]

== Installation ==

1. Upload the `im-mail-form` folder to the `/wp-content/plugins/` directory.
2. Activate IM Mail Form through the Plugins screen in WordPress.
3. Open IM Mail Form in the WordPress admin menu.
4. Create a form and configure its fields and email settings.
5. Add the generated shortcode to a page or post.

== Frequently Asked Questions ==

= Can I customize the form design? =

Yes. The plugin outputs standard CSS classes for the form markup. Customize the design using your theme or child theme stylesheet, or the WordPress Additional CSS feature under Appearance &gt; Customize.

= Can I send auto-reply emails? =

Yes. Auto-reply emails can be enabled and configured separately for each form.

= Can I attach files to emails? =

Yes. File fields support validation by file type and size.

= Does the plugin store submitted form data? =

No. IM Mail Form stores email sending history for troubleshooting purposes, but does not store submitted form contents.

== Screenshots ==

1. Manage multiple mail forms from the WordPress admin screen.
2. Add frequently used fields or select from available input types.
3. Configure auto-reply email settings and insert merge tags.
4. Configure admin email recipients, content, CC, and BCC.
5. Configure the completion message or redirect after submission.
7. Set the default auto-reply email template for newly created forms.
8. Set the default admin email template for newly created forms.
9. Set the default completion message and configure data removal on uninstall.
10. Display a customizable contact form on the frontend.
11. Review submitted information on the confirmation screen.
12. Display a customizable message after successful submission.

== Changelog ==

= 1.0.0 =

* Initial release.