[Seaside] Recaptcha within a JQuery dialog

Paul DeBruicker pdebruic at gmail.com
Wed Jul 27 14:31:37 UTC 2011


Have you checked to see if you're nesting the RSRecaptchaComponent form 
inside another form once the dialog opens?


If so you can move the dialog declaration div down to the footer and 
leave the link that opens it where you've got it.






On 07/27/2011 09:41 AM, Sebastian Van Lacke wrote:
> Thanks Paul, but it is still not working. Now JQuery is removing the
> form element, so I can´t retrieve the input data.
>
> My recaptcha component does the following:
>
> RSRecaptchaComponent>>renderContentOn: html
>
>        html div id: 'recaptcha'; with: [
>          html form: [
>              html render: self captcha.
>              html submitButton
>                  callback: [ self verify ];
>                  with: 'verify' ]]
>
> Sebastian
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list