[web2py] Re: Can't load form using {{=form}} only by {{=LOAD('default','def')}} or submit the form.

2017-08-06 Thread Samuel Gosling
> > Sample of content default order.load (please note the absence of {{extend > 'layout.html'}}): > > {{=order}} > > > More on LOAD helper in > http://web2py.com/books/default/chapter/29/12/components-and-plugins#LOAD > > > > Il giorno vener

Re: [web2py] Can't load form using {{=form}} only by {{=LOAD('default','def')}} or submit the form.

2017-08-05 Thread Samuel Gosling
order) > > > order.html should be: > > {{extend 'layout.html'}} > {{=order}} > > > Tested on my system and works as expected. > > -Jim > > > On Friday, August 4, 2017 at 10:51:30 AM UTC-5, Samuel Gosling wrote: >> >> I declared tha

[web2py] Re: Can't load form using {{=form}} only by {{=LOAD('default','def')}} or submit the form.

2017-08-04 Thread Samuel Gosling
> > instead of: > > return order > > -Jim > > On Friday, August 4, 2017 at 9:45:51 AM UTC-5, Samuel Gosling wrote: >> >> Hey guys completely new to web development and web2py , enjoying it so >> far. It has a lot of potential. >> >> Need help loa

Re: [web2py] Can't load form using {{=form}} only by {{=LOAD('default','def')}} or submit the form.

2017-08-04 Thread Samuel Gosling
I declared that that didn't work if you read my text properly! On Friday, August 4, 2017 at 3:52:56 PM UTC+1, Áureo Dias Neto wrote: > > Your 'form' is in the variable order, here: order = SQLFORM(db.order,... > > use {{=order}} in the view > -- Resources: - http://web2py.com - http://web2py.c

[web2py] Can't load form using {{=form}} only by {{=LOAD('default','def')}} or submit the form.

2017-08-04 Thread Samuel Gosling
Hey guys completely new to web development and web2py , enjoying it so far. It has a lot of potential. Need help loading my form in my index.html as I can't using {{=form}} or in this case {{=order}} only by using the command {{=LOAD('default','order')}}. I believe this may be my problem in su