-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fda20a3
commit e08fa53
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] |