How do I stop an input field from starting with a particular number
I want the store phone number field above to not begin with one, once it begins with one, I want either reset the input or disable the submit button and show a message to let the user know that they cannot type in the letter 1
With regard to showing a message, if it was me, I would likely add some help text either as part of the placeholder or below the input saying it can’t start with a 1 because I would much rather let the user know before they enter a value as opposed to telling them they can’t do it after the fact. If you don’t want to go that route, you can use the condition in the screenshot and the Do when condition is true workflow event to show an alert when the condition is met. So, like this…