# How to validate the no.of characters in a particular textbox

**URL:** https://community.thunkable.com/t/how-to-validate-the-no-of-characters-in-a-particular-textbox/2576852
**Category:** Issues / Bugs
**Tags:** design, beginner, help
**Created:** [September 4, 2023, 1:54pm UTC](https://community.thunkable.com/t/how-to-validate-the-no-of-characters-in-a-particular-textbox/2576852 "2023-09-04T13:54:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bhagatagrima031179e](https://avatars.discourse-cdn.com/v4/letter/b/9f8e36/32.png) [@bhagatagrima031179e](https://community.thunkable.com/u/bhagatagrima031179e)
#### Post date: [September 4, 2023, 1:54pm UTC](https://community.thunkable.com/t/how-to-validate-the-no-of-characters-in-a-particular-textbox/2576852/1 "2023-09-04T13:54:11Z")

</div>

Basically I’m a beginner an want to make an app that calculates your age from your DOB but the problem is that though I set the text inputs to have max value as 2 or 4 (DD/MM/YY)  
the user is still able to add more than 2 or 3 characters…

Please help me in solving this it’s urgent!!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [September 4, 2023, 2:36pm UTC](https://community.thunkable.com/t/how-to-validate-the-no-of-characters-in-a-particular-textbox/2576852/2 "2023-09-04T14:36:01Z")

</div>

Hello @bhagatagrima031179e, welcome to the community!  
To let users input a date is better to use the date input component  
[Date Input Component - Thunkable Docs](https://docs.thunkable.com/app-design/ui-components/input-components/date-input)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:33pm UTC](https://community.thunkable.com/t/how-to-validate-the-no-of-characters-in-a-particular-textbox/2576852/3 "2024-11-08T13:33:28Z")

</div>


