[web2py] Displaying textfield information with ajax() function in different pages

2018-12-29 Thread Val K
There is the 'session' that is storage for common needs like this, so you can session.user_name = request.vars.name in the first controller and then use it in other to retrieve user_name -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2p

[web2py] Displaying textfield information with ajax() function in different pages

2018-12-29 Thread mostwanted
I have a textfield that takes a user's name but i dont want to save the user's name in a database table i just wanna be able to display it in all the pages as long as the user is going through the web pages they should see their name with the welcome message but what i have achieved so far is t