What is the output you're hoping for? It seems to me like you want to use SQLFORM.factory, you can read about it here:
http://web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-factory If that isn't what you want, can you post a sample table that you are trying to create? -Jim On Sunday, August 2, 2020 at 7:48:34 PM UTC-5, Vlad wrote: > > Ok so I have this *non-SQLFORM* form > > form = FORM(TABLE(TR(XML('Please enter/select below '),XML(' ')), > TR(XML('Created'),INPUT(_name='skillcreated', > _value=skillsdict['created']), _type="text", ), > TR(XML(' '),XML(' ')), > TR(INPUT(_type='submit',_value="SUBMIT"),XML(' ')))) > > > I have tried using > > type="date" > _type="date" > requires = IS_DATE(format=T('%Y-%m-%d'), > > > but in neither case I can get the calendar picker automatically added for > the field. > > Tried to search doc, examples, even the code in an auto-generated web2py > form, to no avail. > > All help will be appreciated > > > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/334eca17-d69f-4f89-bdd5-e25f6efd1de6o%40googlegroups.com.