>
> auth.settings.extra_fields['auth_user']= [
> Field('accept_privacy','boolean',default=False,label=DIV('click me!',
> _onclick='jQuery(#%s).fadeIn(); return false' % request.cid))]
>
I'm not sure about the details of pluginMModal or whether this is the only
problem, but the jQuery selector should be in quotes:
_onclick='jQuery("#%s").fadeIn(); return false' % request.cid
Anthony
--

