On Tuesday, May 16, 2017 at 4:14:16 AM UTC-4, sunda.am...@gmail.com wrote:
>
> No i can't get the value i put inside the form if i dont have a database 
> to insert in
>

No, that's not true. The ajax() function just needs the names of fields in 
a form and will post the values of those fields to the URL provided. The 
action that receives that post will have the values of the fields available 
in request.vars. None of this requires a database table or DAL model.

If you need further assistance, you'll have to explain more fully what you 
are really trying to do and show your code.

Anthony

-- 
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.

Reply via email to