[web2py] Re: Passing variables from form to function to be classified and matched against DB

2012-02-28 Thread Sam Flynn
; > # show my input data in a view > > {{ =H3("My input data") }} > > {{ =session.my_input_data }} > > > On Feb 28, 10:16 am, Sam Flynn wrote: > > > > I'm trying to do a step process with data and having difficulty > > > figuring it out.

[web2py] Re: Passing variables from form to function to be classified and matched against DB

2012-02-28 Thread Sam Flynn
input can be stored and > retrieved with de session object, which is available at any > controller, model or view with each action: > > # store my input data > session.my_input_data = > > # show my input data in a view > {{ =H3("My input data") }} > {{ =ses

[web2py] Passing variables from form to function to be classified and matched against DB

2012-02-28 Thread Sam Flynn
I'm trying to do a step process with data and having difficulty figuring it out. Any help MUCH appreciated! I want to use a standard form such as input_form.html. The input values will be for values of w, x, y, z (e.g. W: ). From there I want to send the input values to the following function t