Probably a toddle newbie question. I'm trying to pass values from one page to another. Can variables be used for this? I'm guessing no as the scope doesn't seem to be that. Attributes seem to be a good fit, but not quite sure how. What'd be the most common way of doing this?
Here's the scenario, if the user clicks on Button A, I need to send the value "red" and if the user clicks on Button B, I need to send the value "blue". On the second page, I have a few input fields and on form submit, along with the input fields I also need to send "red" or "blue" as the case may be to the API. That in turn stores the data in Xano.