Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
billythekid committed Apr 11, 2016
1 parent fda20a3 commit e08fa53
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Recptcha Guest
Plugin to allow the use of the [aberkie/craft-recaptcha](https://github.com/aberkie/craft-recaptcha) plugin in [Guest Entries](https://github.com/pixelandtonic/GuestEntries) submissions.

## Pre-requisites
This plugin is a middle-man to tie together the following plugins:
* [Guest Entries](https://github.com/pixelandtonic/GuestEntries)
* [Google reCAPTCHA for Craft CMS](https://github.com/aberkie/craft-recaptcha)

This means both these plugins should be installed and configured as per their documentation before installing the Recaptcha Guest plugin.

## Installation and use
Place the recaptchaguest folder in your craft plugins directory. Activate the plugin in the admin settings.
That's it! If any of your Guest Entries forms have the recaptcha field on them, they will only save if it validates.
No other types of form submissions are affected.
10 changes: 10 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"version": "0.0.1",
"downloadUrl": "https://github.com/billythekid/recaptchaguest/archive/0.0.1.zip",
"date": "2016-04-11T12:00:00+00:00",
"notes":
"[Added] Initial release"
]
}
]

0 comments on commit e08fa53

Please sign in to comment.