I have two SQLFORMS with only the <select> elements (no submit button). One 
SQLFORM has the div 'card' other has the div 'evo'.

So far I can detect the user has selected an option via:

<script>
jQuery('select[name=cards]').on('change', function() {
  [do something here]});</script>

If the user picks card from the 'card' form and an evo from the 'evo' form then 
I want to call a function from web2py to display some information to the page.
I am not sure how I grab the card the user selected or the evo they selected. I 
am also not sure how I would go about calling the web2py function in the jQuery 
function.


-- 

--- 
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/groups/opt_out.


Reply via email to