承接 digitalpulsebe/craft-formie-friendly-captcha 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

digitalpulsebe/craft-formie-friendly-captcha

最新稳定版本:2.1.2

Composer 安装命令:

composer require digitalpulsebe/craft-formie-friendly-captcha

包简介

Custom Captcha integration for Formie forms

README 文档

README

Screenshot

Requirements

This plugin requires

⚠️ Abandoning plugin

We are no longer actively developing this plugin and won't upgrade it to Craft 5. The maintainers of Formie have added the integration natively.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

    cd /path/to/project
    
  2. Then tell Composer to load the plugin:

    composer require digitalpulsebe/craft-formie-friendly-captcha
    

    when using Craft 3.x use plugin version 1:

    composer require digitalpulsebe/craft-formie-friendly-captcha:^1.0.0
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Friendly Captcha. Or run:

    php craft plugin/install formie-friendly-captcha
    

Friendly Captcha keys

Create an account for Friendly Captcha https://friendlycaptcha.com/

Generate a sitekey and an API key and put them in the plugin settings or .env-file

Configuring Friendly Captcha

Find the settings under Formie > Settings > Captchas > Friendly Captcha

Screenshot

Formie unload warning

Friendly Captcha will update the content of the form, it will trigger a javascript alert "Changes you made may not be saved." when leaving the page. Read Formie configuration documentation

To avoid this, use this option in config/formie.php:

[ 
  'enableUnloadWarning' => false,
]

Friendly Captcha for other uses

Install the Friendly Captcha plugin to use Friendly Captcha outside of Formie.

Attribution

The Friendly Captcha widget and logo belong to Friendly Captcha

统计信息

  • 总下载量: 53
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2022-10-07