hi all, I would like to customize the register form so that an additional field would appear (a boolean) to let the new user accept the service conditions. I've tried to add the new extra field with
auth.settings.extra_fields[] and it works. But the problem is how to present to the user the service conditions text. An approach could be to add a link to the boolean field label so that a new page opens with the conditions. Nicer would be that the label had a link to a PluginMModal dialog but I've tried to do this without success. Given that showing conditions on registration should be quite frequent, is there in web2py a more or less straightforward approach? thank you, Marco --

