> > 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. >
Maybe show what you tried. I would think you could make either the field label or comment (the comment appears after the input field) a link, and trigger the modal dialog with an onclick attribute or a jQuery event handler. Anthony --

