I built a FORM() object to handle data collection for multiple records in one swoop, but it doesn't seem to activate the widgets. Do I need something more than the below?

INPUT(_type='text',_name='date', requires=IS_DATE())

The validator is applied, but the widget is not.

I also was trying to do a custom form layout in my view, but I was not able to make form.custom.<anything> work, for FORM or SQLFORM. I must be missing something. Is the 'custom' in form.custom.begin defined by default, or do I need to define it somewhere?

Thanks.

--
Andrew Thompson
http://aktzero.com/

Reply via email to