An open API service indexing awesome lists of open source software.

https://github.com/fripixel/math-captcha

Math Captcha
https://github.com/fripixel/math-captcha

Last synced: 5 months ago
JSON representation

Math Captcha

Awesome Lists containing this project

README

          

# Math-Captcha

This plugin adds a captcha box before the submit button in your form.

#### How to use:

```javascript
/* Inicialização */
var mathCaptcha = new MathCaptcha({
selector: '#form'
})

/* Default parameters */
MathCaptcha.defaults = {
selector: '[name=form]',
inputClass: 'form-control',
inputName: 'captcha',
placeholder: 'calc result',
labelClass: 'calc',
calcValueClass: 'calc__value',
calcResultClass: 'calc__result',
wrapperClass: 'math-captcha',
submitSelectorClass: '[type=submit]'
}
```

_Demonstração_ [Demo](https://codepen.io/venturion/pen/qeqZxR)

_Made By_ [fripixel.com.br](https://fripixel.com.br)