[web2py] How do I get reply from default.py after calling request from ajax

2017-06-15 Thread 'hardclock' via web2py-users
I made a custom signin form using javascript and ajax to check for duplicated user/wrong username-password combination.The ajax request I made is like this $.ajax({ url:'../default/signin.html', type:'POST', data:{ username:username, password:password, email:email },

[web2py] How do I insert data from a custom html form into dal created table

2017-05-16 Thread 'hardclock' via web2py-users
Sorry again,the current project I have to make a website with custom form that hard to create using web2py normal form/sqlform. I'm making a form page using html but I don't know how to insert the data into DAL created table,it's a powerful tool and i'd like to keep it for easier database

[web2py] Re: How do I change the sqlform button location

2017-05-10 Thread 'hardclock' via web2py-users
Thank you but could you explain more about the custom.widget?Is it a custom widget that I can make and can I add it to css or only on the html files in view? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] How do I change the sqlform button location

2017-05-10 Thread 'hardclock' via web2py-users
Hello everyone. I'm sorry for the inconvenience,I just started learning css and web2py recently. With the\is page I want to create a login layout similar to the on in ubuntu where the input fields are in the middle and the "username/password" texts are inside the fields. I was able to change