Code Monkey home page Code Monkey logo

wegmeister.recaptcha's Introduction

Wegmeister.Recaptcha

Tested with TYPO3.Flow 3.0.x

Neos-Plugin to integrate Google's Recaptcha into Forms

(c) Benjamin Klix, die wegmeister gmbh

Installation

Include the package to the require section in your composer.json file

    ...
    "require": {
        ...
        "wegmeister/recaptcha": "1.0.*",
        ...
    },
    ...

After this go to http://www.google.com/recaptcha and create some keys for your website.

Then you can simply add the new form element to your form definition renderables:

type: 'TYPO3.Form:Form'
identifier: someIdentifier
label: Label
renderables:
  -
    type: 'TYPO3.Form:Page'
    identifier: page-one
    renderables:
      -
        type: 'Wegmeister.Recaptcha:Captcha'
        identifier: captcha
        label: Captcha
        properties:
          siteKey: your-public-key
          wrapperClassAttribute: 'form-group'
          # Optional values to adjust recaptcha. For further information visit
          # https://developers.google.com/recaptcha/docs/display#config
          theme: 'light'
          type: 'image'
          size: 'normal'
          tabindex: 0
        # optionally change the translationPackage
        # if you want to adjust the error message
        renderingOptions:
          translationPackage: 'Wegmeister.Recaptcha'
        validators:
          -
            identifier: 'Wegmeister.Recaptcha:IsValid'
            options:
              secretKey: your-private-key
finishers:
  -
   <Your finishers here>

I18N

English, German and Dutch currently are the only languages that are supported at the moment. Feel free to send us another language to add it to the plugin.

wegmeister.recaptcha's People

Contributors

benjamin-k avatar hphoeksma avatar larswittenberg avatar marcrobertscamao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.