I currently need some way to refresh the text on a label after each entry in an input field. For example, my current label is "please input name" and a button that says "enter". Once the user inputs their name and clicks enter, I want the label name to change to "please enter age". I would repeat this process 6 times. Do I have to use some sort of loop for this?