crud.settings.create_captcha= Recaptcha(request,"...","...")
form = crud.create(db.table)
form[0][-2][0].append(LABEL("ReCaptcha:"))On Mar 2, 8:17 am, szimszon <[email protected]> wrote: > Okay, I have gone to lamer counter (http://dawn.royalcomp.hu/~raas/ > lc.html). > > Tnx a lot! > > But another question :) > > What if I would have to add a col3 comment to a new > crud.settings.create_captcha ? :) > > On márc. 2, 15:08, mdipierro <[email protected]> wrote: > > > Field(....,comment='some text') > > > or > > > Field(....,comment=SPAN('try ',A('click here'))) > > > On Mar 2, 7:47 am, szimszon <[email protected]> wrote: > > > > Hello! > > > > I know it's a beginner question but I can't google any answer to my > > > question :( > > > > I wonder if someone could help me. How can I add some text in crud > > > form's col3? > > > > Thank you! > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

