Linux 软件免费装
Banner图

GamiPress - Contact Form 7 integration

开发者 gamipress
tsunoa
rubengc
eneribs
更新时间 2023年7月11日 06:50
PHP版本: 4.4 及以上
WordPress版本: 6.2
版权: GNU AGPLv3
版权网址: 版权信息

标签

form contact form contact submission badge engagement submit reward award gamipress gamification credit achievement gamify point

下载

1.0.0 1.0.4 1.0.5 1.0.8 1.0.9 1.1.0 1.0.2 1.0.1 1.0.3 1.0.6 1.0.7

详情介绍:

Gamify your Contact Form 7 submissions thanks to the powerful gamification plugin, GamiPress! This plugin automatically connects GamiPress with Contact Form 7 adding new activity events. New Events

安装:

From WordPress backend
  1. Navigate to Plugins -> Add new.
  2. Click the button "Upload Plugin" next to "Add plugins" title.
  3. Upload the downloaded zip file and activate it.
Direct upload
  1. Upload the downloaded zip file into your wp-content/plugins/ folder.
  2. Unzip the uploaded zip file.
  3. Navigate to Plugins menu on your WordPress admin area.
  4. Activate this plugin.

常见问题:

Form submission events don't get triggered

Forms submitted through ajax (the default workflow of Contact Form 7) can't determine which current user is logged in causing that events from this integration won't be triggered. There are 2 ways to fix this issue:

  1. On the form(s) you want to trigger events you need to activate the subscribers-only mode: Contact Form -> Additional Settings -> subscribers_only: true
  2. Enable the subscribers-only mode to all forms placing the following code on your functions.php:
add_filter( 'wpcf7_verify_nonce', '__return_true' ); Official post about subscribers-only mode from the Contact Form 7 team. Important: Forms with subscribers-only mode to will require to your users to stay logged in to be able to submit the form, it means that visitors can't submit the form.

更新日志:

1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0