I have a home screen with a button called “add information”, when button is clicked the user goes to another screen where they will input information into a form and click submit. I want to then change the text of the button on the home page to “Change information” and also display the info that was inputed by the user,
Uploaded a sceenshot for reference, my app also need to show records from another database related to the info inputed in the form in the "netowork incedents and “planed maintenance” screens
Checkout library which let’s you style any for forms into google like material design with no css overheads on you. For quick prototyping, this is very helpful. Here’s a sample
I need to display the info the user inputed in the form on the home screen. it must only be the info the user inputed. I cant use login function to keep track of users, How do I achieve this?
Then after clicking on the Start button user goes to the Add Your Area screen and fill out the form.
Then lastly after user fills the form and click on the CREATE USER SETTING the user arrives to the Home screen and see that info which he/she added in the form.