custom_fields or extra_fields???
http://zerp.ly/rochacbruno
Em 30/03/2012 07:52, "weheh" <[email protected]> escreveu:
> Just add a label argument to Massimo's answer:
>
> auth.settings.custom_fields['**auth_user'].append(Field('**agree','boolean',label='Abandon
> hope all ye who enter',requires=IS_**NOT_EMPTY(error_message='you must
> agree this')))
>
> On Friday, March 30, 2012 3:19:14 PM UTC+8, Hassan Alnatour wrote:
>>
>> it works but its not showing any text next to the check box , how can i
>> show some text next to the check box ?
>
>