# Limit number of characters

**URL:** https://community.weweb.io/t/limit-number-of-characters/2440
**Category:** Ask us anything
**Created:** [April 24, 2023, 6:05pm UTC](https://community.weweb.io/t/limit-number-of-characters/2440 "2023-04-24T18:05:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mauromequelussi](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/mauromequelussi/32/10223_2.png) [@mauromequelussi](https://community.weweb.io/u/mauromequelussi)
#### Post date: [April 24, 2023, 6:05pm UTC](https://community.weweb.io/t/limit-number-of-characters/2440/1 "2023-04-24T18:05:02Z")

</div>

how can i limit the number of characters inside an input?

---

<div class="post-metadata">

### Author: ![dorilama](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/dorilama/32/10403_2.png) [@dorilama](https://community.weweb.io/u/dorilama)
#### Post date: [April 24, 2023, 6:46pm UTC](https://community.weweb.io/t/limit-number-of-characters/2440/2 "2023-04-24T18:46:39Z")

</div>

You can set [html attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text#additional_attributes) on the input element (in the settings panel of the element) and they will be applied to the input.  
Keep in mind that weweb’s logic takes precedence, so some attributes may a different final value.
