matsuoatsushi
Forum Replies Created
-
Forum: Plugins
In reply to: [FMPress Forms] Choose datssourceHmmm, FMPress Forms does not include the phrase “New message”. When you install our plugin, you will have a separate “FMPress” section in the Administration Screens, independent of the “Comments” section.
Did you install “Contact Form 7” plugin? FMPress Forms requires Contact Form 7. You need to install and activate Contact Form 7, too.
If you can take a screenshot and upload it, it would help us understand the situation better and we may be able to give you valid advice.
Forum: Plugins
In reply to: [Form data to kintone] 一時的にkintoneへの送信を停止kintoneへのデータ送信を一時的に抑止する方法の1つとして、 https://contactform7.com/ja/additional-settings/ で言及されている「do_not_store: true」や「demo_mode: on」を認識するようにしてはどうでしょうか。
さきほどGitHubでプルリクエストを送りましたのでご検討ください。 @tkc49 https://github.com/tkc49/kintone-form/pull/3
Forum: Plugins
In reply to: [FMPress Forms] Activating not possibleAfter activating the plugin, you will see the 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. Please reactivate the plugin after editing wp-config.php.
Example:
define( 'FMPRESS_CONNECT_ENCRYPT_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' ); define( 'FMPRESS_CONNECT_ENCRYPT_IV', 'xxxxxxxxxxxxxxxxxxxxxxxx' );
Forum: Plugins
In reply to: [FMPress Forms] “Datasource” selected and now what?If you want to specify a field in your FileMaker database, add “fm_field-” as a prefix to the beginning of the form-tag name.
(For example: company_name -> fm_field-company_name)The following is a sample for creating a text field.
<label>Company Name<span>*</span> [text* fm_field-company_name] </label>
FYI, The Japanese documentation for FMPress Forms is here:
https://github.com/emic/fmpress-forms/wikiForum: Plugins
In reply to: [Form data to kintone] Contact Form 7 5.5.3への対応早速ご対応いただきましてありがとうございます!
コントリビューターへの追加につきましても、ありがとうございました。光栄です。