[web2py] Re: SQLFORM question of formstyle and hidden inputs

2015-04-02 Thread Anthony
They should be there. Can you show your code? What version of web2py?

On Thursday, April 2, 2015 at 7:24:46 AM UTC-4, lucas wrote:

 hey everyone,

 just a quick question.  when i do SQLFORM of default formstyle 
 (table3cols) i get these hidden inputs:

 input name=_formkey type=hidden 
 value=91a85b0c-8b34-41bb-b8b2-3725e7717e30
 input name=_formname type=hidden value=customers/create

 and i get that when the form is submitted, it uses these to properly id 
 the form and such.

 however, why is it that when i do an SQLFORM of formstyle='divs' that 
 these hidden inputs do not show up in the final html page?  doesn't web2py 
 need these using the divs style also?

 thanx in advance, lucas


-- 
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 Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: SQLFORM question of formstyle and hidden inputs

2015-04-02 Thread lucas
omg, i am a dumba$$.  they are there, they are under a different div south 
of the submit.  it escaped my eye.  sorry anthony.  lucas

-- 
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 Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.