Hey thanks a lot Massimo, that worked perfectly!

I really do put a lot of focus on how I write my code, in order to make the 
site easily maintainable.

Thanks for a great job, and I love web2py!

Den söndagen den 17:e augusti 2014 kl. 01:05:16 UTC+2 skrev Robin Manoli:
>
> Hi,
> I know there are many questions like this but I still couldn't find any 
> solution to this. If there are any errors in the form they are reported 
> correctly. However, when I do enter everything correctly the user is not 
> added and there is no error message. I just return to the same page with 
> the fields filled in again, as if something went wrong.
>
> This is a separate function from the normal default/user, and the normal 
> default/user/register still works flawlessly.
>
> I have all the code in the view, and it looks like this:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *{{form=auth.register()}}{{=form.custom.begin}}         {{            
> form.custom.widget.email.update(_placeholder="y...@domain.com 
> <y...@domain.com>")            input = DIV( form.custom.widget.email, 
> _class="item-input" )            =input            
> form.custom.widget.password.update(_placeholder="password")            
> input = DIV( form.custom.widget.password, _class="item-input" )            
> =input            
> form.custom.widget.password_two.update(_placeholder="password")            
> input = DIV( form.custom.widget.password_two, _class="item-input" )        
>     =input            form.custom.submit.update(_class="button")            
> input = DIV( form.custom.submit, _class="item-input" )            =input    
>     }}{{=form.custom.end}}*
> Thanks for your time and patience!
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to