SQLFORM(...,_name='abc')
On Jul 31, 4:28 am, Neveen Adel <[email protected]> wrote: > Hello, > > i want to make the generated html form to have name attribute. > > in controller we write : form = SQLFORM(.....) and then form is > translated to html code. > > Is there an attribute that make the generated html code of the form > has attribute name? > e.g: > <form action="" name="" > <-- that what i want to do > > Thanks in Advance > > Neveen

