Does anybody know how to use the textinput.wickobj

i just need to see if i can use it to go to different frame depending on what is typed.
i have a wick file here that has codes on different menus just make a new frame and code in one of the codes from a menu using the textinput.wickobj im not sure if its possible or what it’s purpose really is
https://tinyurl.com/quizosn

My Project12-27-2023_20-18-55.wick (5.1 KB)

you can try this sample that i made. all the code I added is in the frame.

if you try it out, you’ll notice that the textInput is kinda buggy… the text prompt just stays there and doesn’t go away until you reload. so if you can get away with not using textInput that would be best.

I gave this a go a little while back for a password frame. I got it to work and I had intentions to have it check a Gsheet using Gsheets API.
EnterPasswords.wick (5.2 KB)