[web2py] quick form styling question

2022-09-03 Thread Dave S
Warning: everything I know about BootStrap (BS4) I've learned from the examples, so I Don't Know Much. I have a form with 2 integer fields, one with a label, and the other uses the input ID for a label. If I use FORM(), the fields come out appropriately sized for about 6 digits and side by

[web2py] Re: Change Form Redirect URL depending on selection

2022-09-03 Thread Dave S
On Monday, August 29, 2022 at 3:20:22 AM UTC-7 silvia...@gmail.com wrote: > That would be my controller function I know it is totally wrong but dont > know what tu put in there to be honest > > > def add(): > form = SQLFORM(db.projects, _name='form_add') > > if country in

[web2py] Re: Web2py deployment on a local so all computers in the network can acess it

2022-09-03 Thread Dave S
On Monday, August 29, 2022 at 3:13:02 AM UTC-7 silvia...@gmail.com wrote: > I will run it on a virtual server I think > Sounds like a good choice. Many virtual server providers make provisioning easy. /dps > > snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:14:58 UTC+7: > >>