Page 1 of 1

Howto page that dont saves data

Posted: 2016-05-28 13:57
by DevGiu
I'm would like to create a little sample, but I cant figure how to do this.
After login, I want to be redirected to a page with a dropdown. This dropdown is to select a value from a table, and then, when press "OK" the value choosed should be saved on session superglobal and should redirect to the main menu of the app.



Thanks.

Re: Howto page that dont saves data

Posted: 2016-05-28 15:16
by a.gneady
You can use the login_ok hook to control which page the user sees after login .. please refer to: https://bigprof.com/appgini/help/advanc ... s#login_ok

For the page you describe, you can create a new page to implement this and you can integrate it with your AppGini application by following the steps here: https://bigprof.com/appgini/help/advanc ... cess-pages

Re: Howto page that dont saves data

Posted: 2016-05-28 15:58
by DevGiu
Thanks, yes, I looked into it but documentation speaks about integration of Look&Feel and security, but not how to add objects (for example, dropdown connected to DB to retrieve a value and the ok button)...