@@ -300,6 +300,28 @@
the ReCaptcha service object.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <methodname>isValid($value, $context = null)</methodname> validates the user's
+ input against the ReCaptcha service. $value is an array with the following
+ keys:
+ <itemizedlist>
+ recaptcha_challenge_field - Value of the ReCaptcha widget's
+ challenge field (hidden)
+ </para>
+ </listitem>
+ recaptcha_response_field - Value of the ReCaptcha widget's
+ user input field
+ </itemizedlist>
</itemizedlist>
</sect2>
</sect1>