Im looking to display a notice if a user types a specific combination of numbers into a text field without them having to submit the form.
Ex: If user types 1234 or 7890 into Field #ExampleField1, the page will display the div #ExampleDiv1
I've found tons of form validation examples that happen on submit but not live.