No but crud will be deprecated. Do
form = SQLFORM(.....)
form.element('table).append(TR('',Recaptcha(....),'')
form.process()
if form.accepted: ....it does not matter how the form is made. On Tuesday, 20 November 2012 02:32:57 UTC-6, Hassan Alnatour wrote: > > Dear ALL , > > How Can i Use Recaptcha with a crud form ?? > > Regards, > --

