Hello, I am trying to handle the visibility of boxes, but I'm having trouble finding a way to assign to the variables I've set up. Is it possible to have a button change the value of a variable?
I have a one page form that I'm breaking into three sections. I want to only show one of the three divs at a time. The idea is to have a button in each section that, when pressed, hides the div it is in and shows the next one. My initial thought was to bind 'show' to a variable and then modify that variable. Is this best solved via an html embedded script?