[web2py] Adding extra form elements to SQLFORM

2017-06-05 Thread Karoly Kantor
I am having trouble properly formatting my extra elements to match the rest of the form. This is a quote from the web2py book below. Can someone tell me what is exactly meant by "*The variable my_extra_element should be adapted to the formstyle*"? I am using bootsrap3_inline as formstyle, and

[web2py] Adding extra form elements to SQLFORM

2013-05-20 Thread Robin Manoli
I'm wondering about further usage of a*dding extra form elements to SQLFORM, as written in the manual (link and code at the bottom). I have a table that works fine to insert records into, fully automated with SQLFORM. When I added an agree field to the SQLFORM, the form is still accepted upon

[web2py] adding extra form elements in a

2012-02-16 Thread Martin Weissenboeck
Hi, chapter 7.2.8 of the books tells how to add extra form elements to SQLFORM. My question: I want to use a SQLFORM.smartgrid. On adding a new record a SQLFORM appears. It is possible to add an extra form element to this form? Concrete: I want to add a button to activate a datepicker in the