Thank you Anthony for the help.

I am not sure how to use this though. Reading the documentation I construct 
my form as follows:

form = SQLFORM.factory(¬
Field('year', label='Year', readable=False, writable=True),¬
  57             Field('month', label='Month', readable=False, writable=True
))¬


On Wednesday, January 13, 2016 at 6:55:05 PM UTC+2, Anthony wrote:
>
> SQLFORM.factory(..., hidden=dict(fieldname='field value'))
>
> Anthony
>
> On Wednesday, January 13, 2016 at 11:35:57 AM UTC-5, desta wrote:
>>
>> I am generating a form using SQLFORM.factory() and I would like to create 
>> a hidden field. I tried doing this by setting readable and writable to 
>> False, but the field dissapears from HTML.
>>
>> Is there a way to make it hidden but still accessible in HTML as I want 
>> to set its value with Javascript.
>>
>> Thank you.
>>
>

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