Takashi Hosoya
Forum Replies Created
-
Forum: Plugins
In reply to: [Form data to kintone] 一時的にkintoneへの送信を停止フォーラムの投稿ありがとうございます!
functions.php に以下のコードを追記するのはどうでしょうか。function custom_form_data_to_kintone_before_wp_remoto_post($data , $update_key){ if( '本番環境のドメインに書き直してください' === $_SERVER['HTTP_HOST']){ return $data; } error_log(var_export($data, true)); // 本番環境以外 return array(); } add_filter('form_data_to_kintone_before_wp_remoto_post', 'custom_form_data_to_kintone_before_wp_remoto_post', 10, 2);error_log で debug.log ファイルにログ出力ができます。
デバッグモードにするには wp-config.php を編集する必要があります。
以下のURLの記事を参考にしてください!
https://qiita.com/miiitaka/items/9c8ea4e36c78381c3748Forum: Plugins
In reply to: [Contact Form 7] Receiving tons of emailsThe following information may be helpful
https://contactform7.com/en/faq/i-get-spam-messages-through-my-contact-forms-how-can-i-stop-them/
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not working> because if I update WordPress and your plugin, my layout will break on all pages
It might be better to try updating WordPress and Contact form 7 and fixing breaking all pages.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Redirect to UndefinedContact form 7 don’t have redirecting.
Are you using a different plugin to redirect?Forum: Plugins
In reply to: [Contact Form 7] Dynamic Username + Static Email Address in the From Field?Is that so?
then…
You can try below url.
https://contactform7.com/2015/01/10/adding-a-custom-form-tag/Forum: Plugins
In reply to: [Flamingo] contact form submitted doesn’t include all required dataYou should try to read below url.
https://contactform7.com/tag-syntax/Forum: Plugins
In reply to: [Contact Form 7] Dynamic Username + Static Email Address in the From Field?Forum: Plugins
In reply to: [Contact Form 7] Mail counter for Contact Form 7 display on front endI’m not sure.
How about do you use Flamingo plugin or some other plugin that saves to DB, and you write code that get from db.Forum: Plugins
In reply to: [Contact Form 7] contact form 7 not capturing all required fieldsDid you add mail tag on mail tab?
https://contactform7.com/tag-syntax/#mail_tag- This reply was modified 4 years ago by Takashi Hosoya.
Forum: Plugins
In reply to: [Contact Form 7] contact Form 7 can also be calculatedHow about bellow plugin?
https://ww.wp.xz.cn/plugins/cf7-cost-calculator-price-calculation/Forum: Plugins
In reply to: [Contact Form 7] CONTACT FORM 7 – FREE_TEXT ON DROP-DOWN MENUHow about using bellow plugins?
https://ww.wp.xz.cn/plugins/cf7-conditional-fields/Sorry for the late reply.
I missed your post…
I’m glad you solved it!!If you haven’t already, I’d love it if you’d do a review for me!
https://ww.wp.xz.cn/support/plugin/kintone-form/reviews/Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 doesnt work with PMPROI don’t know what PMPRO.
But That code does not seem to be working.Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 doesnt work with PMPROBy the plugin, do you mean PMPRO?
Is that what the PMPRO documentation says?Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 doesnt work with PMPROWhere did you write the follow code?
https://gist.github.com/aliss1105/a4f82b5d0fcf1a3cd65cdb5d0b92ceb9I think it need to write the code on functions.php.