My form was working fine for a long time. Then, I made a small change in 
the db.py table, like this:

Field('Website', requires=[IS_NOT_EMPTY(), IS_URL()]),

to this:

Field('website', requires=[IS_NOT_EMPTY(), IS_URL()]),


I changed the *W* in the '*W*ebsite', from uppercase to lowercase and the 
form is no longer processing anything.
I changed it back, reloaded the app I tried everything but it's not 
processing the Form.

I would appreciate some help with this.

Thanks.

Cheers,

Joe


-- 
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