Example : I have a form called Login <div class="panel panel-default" style="width:75%"> <div class="panel-heading"> <h4 class="panel-title"> Login </h4> </div>
<form role="form" style="padding:10px"> <div class="form-group" > <label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> </div> <button type="submit" class="btn btn-success"><span class="fa-power-off"></span><span style="padding:2px">Login</span></button> <button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-user"></span><span style="padding:2px">Register</span></button> </form> </div> I want to Process using web2py -- 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.