Hello!
Thank you, Antony. This helped me a lot. I will go and add some JS to the
page.
Again, thank you, Thorsten
--
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 Is
I think you misunderstand the confirmation form functionality. FORM.confirm
is a static method of the FORM class, so calling it on an existing form
object will do nothing to that form -- it will instead return a completely
new form (so, you might as well just call FORM.confirm rather than
form.
Am Donnerstag, 3. März 2016 16:01:53 UTC+1 schrieb Anthony:
>
> Have you put the form in your view somewhere via {{=form}}?
>
> Note, it doesn't generate a pop-up, just a standard form.
>
> Anthony
>
Hi Anthony!
Thank you for your help.
I'm afraid I don't understand you completly. I have a for
Have you put the form in your view somewhere via {{=form}}?
Note, it doesn't generate a pop-up, just a standard form.
Anthony
On Thursday, March 3, 2016 at 2:23:53 AM UTC-5, Viator wrote:
>
>
> Hello!
>
> I use a SQLFORM to enter client data which works perfectly.
> The problem: when adding a ne
4 matches
Mail list logo