Re: [web2py] Re: Clear a form after submit

2019-04-01 Thread Marvi Benedet
Would be nice to have autofocus to the first filed of all SQLFORM by default too... (Off topic annoyance: appadmin's "DB new record" form doesn't use > autofocus, and I feel it *should* take you to the first field.) > > /dps > > > -- Resources: - http://web2py.com - http://web2py.com/book (D

Re: [web2py] Re: Clear a form after submit

2019-03-29 Thread Dave S
On Wednesday, February 6, 2019 at 1:31:49 PM UTC-8, Dave S wrote: > > > > On Wednesday, February 6, 2019 at 4:49:43 AM UTC-8, Ben Duncan wrote: >> >> Ok, I found the answer. It's by putting in the entry ' autocomplete="off" >> ' in the > does not allow previous values to be accessed. This is the

Re: [web2py] Re: Clear a form after submit

2019-02-06 Thread Dave S
On Wednesday, February 6, 2019 at 4:49:43 AM UTC-8, Ben Duncan wrote: > > Ok, I found the answer. It's by putting in the entry ' autocomplete="off" > ' in the does not allow previous values to be accessed. This is the behavior I was > looking for. > > Ah, interesting. I have a field where the

Re: [web2py] Re: Clear a form after submit

2019-02-06 Thread Ben Duncan
Ok, I found the answer. It's by putting in the entry ' autocomplete="off" ' in the From my testing and sample, I probably, like you will be using the FORM construct for this project rather than the SQLFORM libraries ... *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court

[web2py] Re: Clear a form after submit

2019-02-05 Thread Dave S
On Tuesday, February 5, 2019 at 1:17:50 PM UTC-8, Ben Duncan wrote: > > What is the best way to clear a form in web2py after it has been submitted. > > Thanks > > *Ben Duncan* > DBA / Chief Software Architect > Mississippi State Supreme Court > Electronic Filing Division > If you're using the