[web2py] Not able to get html form1 values to controller default when html form 2 is submitted.

2017-07-19 Thread Anthony
When you submit a form, the browser only sends data from that form, not all forms on the page. If you need to include a field from another form, you will need to use some JavaScript. The code could copy the value form two into a hidden field of the same name in form one whenever the value in for

[web2py] Not able to get html form1 values to controller default when html form 2 is submitted.

2017-07-19 Thread srinadhasomala
I need values of request.vars.duallistbox_demo when form "class="modal-content animate"" is submitted. At present i am getting the value as none for Here is My Code Html part Username Password serverip