https://github.com/emic/fmpress-forms
FMPress Forms is a message storage plugin for WordPress and Contact Form 7. This plugin can save form data to Claris FileMaker Server.
https://github.com/emic/fmpress-forms
filemaker filemaker-data-api filemaker-server form wordpress wordpress-plugin
Last synced: 6 days ago
JSON representation
FMPress Forms is a message storage plugin for WordPress and Contact Form 7. This plugin can save form data to Claris FileMaker Server.
- Host: GitHub
- URL: https://github.com/emic/fmpress-forms
- Owner: emic
- License: other
- Created: 2021-10-26T09:18:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-23T09:55:46.000Z (4 months ago)
- Last Synced: 2025-10-23T11:27:19.730Z (4 months ago)
- Topics: filemaker, filemaker-data-api, filemaker-server, form, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://forms.fmpress.jp/
- Size: 984 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== FMPress Forms ===
Contributors: emiccorp, matsuoatsushi, nue2501
Tags: claris, filemaker, database, contact form 7, form
Requires at least: 6.1
Tested up to: 6.8
Stable tag: 2.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
FMPress Forms can save form data to Claris FileMaker Server.
== Description ==
FMPress Forms is a message storage plugin for [Contact Form 7](https://wordpress.org/plugins/contact-form-7/).
This plugin can save form data to Claris FileMaker Server.
= What is Claris FileMaker? =
Claris FileMaker is an application development platform to build custom apps that solve your business problems,
provided by Claris International Inc.
* Information in Japanese : [https://www.claris.com/ja/filemaker/](https://www.claris.com/ja/filemaker/)
* Information in English: [https://www.claris.com/filemaker/](https://www.claris.com/filemaker/)
== Requirements ==
To run FMPress Forms we recommend your host supports:
- Contact Form 7 version 5.5 or greater.
- PHP version 8.1 or greater.
- Claris FileMaker Server version 2024 (v21.x) or greater.
- HTTPS support
== Installation ==
1. Upload the entire `fmpress-forms` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
After activation of the plugin, you'll find *FMPress* on the WordPress admin screen menu,
and *FMPress* tab appears on the "Contact Form 7" setting screen.
== Frequently Asked Questions ==
= How to activate FMPress Forms plugin? =
After activating the plugin, you will see a note at the top of the Administration Screen asking you to add two constants, copy the values and paste the copied content into wp-config.php. Reactivate the plugin after editing wp-config.php.
Example:
`
define( 'FMPRESS_CONNECT_ENCRYPT_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' );
define( 'FMPRESS_CONNECT_ENCRYPT_IV', 'xxxxxxxxxxxxxxxxxxxxxxxx' );`
= How to assign fields in the *FMPress* tab panel? =
You must add *fm_field-* as a prefix to the beginning of the form-tag name in the *Form* tab panel. (e.g. fm_field-company_name)
== Screenshots ==
1. Edit Datasource on the WordPress admin screen
2. "FMPress" tab on the Contact Form 7's Admin Screen
== Changelog ==
= 2.0.0 =
Release Date: October 23, 2025
* Add support for PHP 8.1, 8.2, 8.3 and 8.4
* Add support for Contact Form 7 6.1.2
* Drop support for PHP 7.4 and 8.0
* Drop support for WordPress 5.7, 5.8, 5.9 and 6.0
* Fix an issue where using FileMaker's value list caused the error "An undefined value was sent from this field"
= 1.3.1 =
Release Date: October 31, 2022
* Fix saving when using date type of form-tag
= 1.3.0 =
Release Date: October 24, 2022
* Add FMPress Forms Editor
* Add partial support for FileMaker value list
* Fix compatibility with FMPress Pro 1.1.0 or later
* Fix compatibility with Live Preview for Contact Form 7
= 1.2.2 =
Release Date: July 28, 2022
* Fix compatibility with WordPress 5.7 or WordPress 5.8
= 1.2.0 =
Release Date: July 21, 2022
* Add support for executing a FileMaker script
* Add support for [_remote_ip] and [_user_agent] of special mail-tags
* Add compatibility with FMPress CloudAuth
* Fix compatibility with Contact Form 7 5.6 in some cases
* Fix saving an encrypted password when the value of FMPRESS_CONNECT_ENCRYPT_KEY or FMPRESS_CONNECT_ENCRYPT_IV is invalid
= 1.1.0 =
Release Date: May 26, 2022
* Add support for uploading a file into a container field
* Fix loading translation files
* Suppress warning messages when Contact Form 7 is disabled
= 1.0.2 =
Release Date: February 21, 2022
* Support demo_mode and skip_mail for Additional Settings of Contact Form 7
* Rename translation files to modify the text domain
* Improve compatibility with FMPress Pro
= 1.0.1 =
Release Date: December 6, 2021
* Support Contact Form 7 5.5.3
= 1.0.0 =
* First version (Unreleased)