I recently posted a short tutorial on my YouTube channel demonstrating how to capture and validate user inputs in Hype apps with minimal fuss. This method utilizes HTML input tags, regular expressions, and some custom CSS. This approach also includes a small amount of JS/CSS code that, with a small amount of customization, can be employed to evaluate any text string that can be described with a regular expression.
I've watched your @drewbullen explainer video and learned useful and compact methods of user input handling directly within a Hype file. At the end of your video you're saying that the captured input can be stored in a variable or transferred to local storage. Do you have another explainer video on how to do that ? Happy to follow that topic.