hidden=dict(...) - just *extra *hidden fields, it doesn't change attributes of any Field(...)
On Thursday, January 14, 2016 at 12:20:22 PM UTC+3, desta wrote: > > Thanks Massimo. I tried what you suggested but they are still visible. > > I was able to achieve what I want using: > form = SQLFORM.factory(hidden=dict(year='', month='')) > > > > On Thursday, January 14, 2016 at 7:40:29 AM UTC+2, Massimo Di Pierro wrote: >> >> form = SQLFORM.factory( >> Field('year', label='Year'), >> Field('month', label='Month'), >> hidden=dict(fieldname='field value')) >> >> >> On Wednesday, 13 January 2016 11:21:11 UTC-6, desta wrote: >>> >>> 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'), >>> Field('month', label='Month')) >>> >>> How do I apply the hidden part you described? >>> >>> Thanks again. >>> >>> >>> 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.