|
@@ -300,6 +300,28 @@
|
|
|
the ReCaptcha service object.
|
|
the ReCaptcha service object.
|
|
|
</para>
|
|
</para>
|
|
|
</listitem>
|
|
</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>
|
|
|
|
|
+ <listitem>
|
|
|
|
|
+ <para>
|
|
|
|
|
+ recaptcha_challenge_field - Value of the ReCaptcha widget's
|
|
|
|
|
+ challenge field (hidden)
|
|
|
|
|
+ </para>
|
|
|
|
|
+ </listitem>
|
|
|
|
|
+ <listitem>
|
|
|
|
|
+ <para>
|
|
|
|
|
+ recaptcha_response_field - Value of the ReCaptcha widget's
|
|
|
|
|
+ user input field
|
|
|
|
|
+ </para>
|
|
|
|
|
+ </listitem>
|
|
|
|
|
+ </itemizedlist>
|
|
|
|
|
+ </para>
|
|
|
|
|
+ </listitem>
|
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
|
</sect2>
|
|
</sect2>
|
|
|
</sect1>
|
|
</sect1>
|