# Why my text entry already contains a value?

**URL:** https://community.glideapps.com/t/why-my-text-entry-already-contains-a-value/51976
**Category:** Ask for Help
**Created:** [October 18, 2022, 8:57am UTC](https://community.glideapps.com/t/why-my-text-entry-already-contains-a-value/51976 "2022-10-18T08:57:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 18, 2022, 9:32am UTC](https://community.glideapps.com/t/why-my-text-entry-already-contains-a-value/51976/2 "2022-10-18T09:32:20Z")

</div>

> [@Sacha\_Kissous](#):
>
> I would love to understand why my text entry is already filled with a value. It looks like the value comes from the first row of my source table.

This is because you added the text entry component outside the form container, and so it picks up the column value from the table row that the parent screen is attached to - which is the first row in your table.

If you need to change the form button labels, then your only option might be to use a [Custom Form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014).

---

_[View the full topic](https://community.glideapps.com/t/why-my-text-entry-already-contains-a-value/51976)._
