Input Text Length

I have been trying to figure out how to make it to where I have a maximum length of characters I can input text into and if I try to go past the maximum it doesn’t let you enter another character unless you backspace. I am a beginner. How do I do this?

I’m not aware of any way to restrict it but you can use the compare 2 numbers condition to check the length and then give the user an error message and prevent them from submitting it or whatever the next action is.

ScreenRecorderProject29

This uses an input , a text and a button object. You can customize it as you want.

Thank you so much I will try this

1 Like

It worked perfectly thank you very much for this

1 Like