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 [email protected]. For more options, visit https://groups.google.com/d/optout.

