If I build a form comprising a few raw html input fields and then use ajax to submit them, their values end up in request.vars. Now, I would like to use my_html_form.accepts(...) to process the contents, but is that possible? What is the name of the form, really?
- [web2py] question re form processing via ajax weheh