You could make the label for the field a link that pops up the agreement in 
a separate window:

auth.settings.extra_fields['auth_user'] = [Field('confirm_agreement', 
'boolean',
    default=False, label=A('Accept Agreement', ...))]

Anthony

On Thursday, December 27, 2012 9:07:01 AM UTC-5, Ramos wrote:
>
> Yes but how to add the agreement text for the user to read?
>
>
> 2012/12/27 Massimo Di Pierro <[email protected] <javascript:>>
>
>>
>> auth.settings.extra_fields['auth_user']=[Field('confirm_agreement','boolean',default=False)]
>>
>>
>> On Thursday, 27 December 2012 03:32:19 UTC-6, Ramos wrote:
>>>
>>> hello,
>>> what is the best way to add a user agreement checkbox (must be checked!) 
>>> when a user registers in an app?
>>>
>>> Thank you
>>>
>>>
>>> António
>>>
>>  -- 
>>  
>>  
>>  
>>
>
>

-- 



Reply via email to