h! You can use SQLFORM.factory and custom forms in your views (http://web2py.com/books/default/chapter/29/07/forms-and-validators#Custom-forms).
El jue., 13 sept. 2018 a las 9:34, elisha bere (<[email protected]>) escribió: > > ok. thanks but is it safe ? > > > On Thu, 13 Sep 2018 at 15:25, sandeep patel <[email protected]> wrote: >> >> You can use request.vars in your controller function you will get your form >> input values under the Storage class. >> >> Best >> >> >> >> On Thu, Sep 13, 2018 at 6:41 PM elisha bere <[email protected]> wrote: >>> >>> Hie, >>> >>> i would like to know how i can create a form in html and then get the input >>> as variables in my controls. >>> NB: i already know how to create a form using SQLFORMS but i would like to >>> know if i can make a form in html and get values that i would use in my >>> logic >>> >>> -- >>> 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. >> >> -- >> 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. > > -- > 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. -- Msc. Yoel BenÃtez Fonseca -- 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.

