Thanks Paul, but it is still not working. Now JQuery is removing the form element, so I canīt retrieve the input data.<br><br>My recaptcha component does the following:<br><br>RSRecaptchaComponent&gt;&gt;renderContentOn: html<br>
<br>      html div id: &#39;recaptcha&#39;; with: [<br>        html form: [<br>            html render: self captcha.<br>            html submitButton<br>                callback: [ self verify ]; <br>                with: &#39;verify&#39; ]]<br>
<br>Sebastian<br>