Hi folks,

i have a problem. I am using form widget i am trying to customize 
registration form. I my model i added 

auth.settings.extra_fields['auth_user'] = [Field('company_id', 'string',required
=True)]

in my register.html view i have. 
    <div class="row">
        {{form.custom.widget.company_id['_class'] = 'w70'}}
        <label>Tvrtka<span>Odaberite tvrtku</span></label>
        <div class="input">{{=form.custom.widget.company_id}}</div>
        <div class="clear"></div>
    </div>

when i submit the form i am not receiving any error messages. Am i missing 
something?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to