# Feature or Bug: Field value pre-set

**URL:** https://community.glideapps.com/t/feature-or-bug-field-value-pre-set/63975
**Category:** Ask for Help
**Created:** [July 16, 2023, 3:12pm UTC](https://community.glideapps.com/t/feature-or-bug-field-value-pre-set/63975 "2023-07-16T15:12:33Z")
**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: [July 16, 2023, 3:17pm UTC](https://community.glideapps.com/t/feature-or-bug-field-value-pre-set/63975/2 "2023-07-16T15:17:04Z")

</div>

Is this all happening inside a native form?

My suspicion would be that you are seeing the result of the calculation in the first row of your target table.

One thing to be aware of is that it’s not possible to show the results of computed columns inside native forms (if the computations use the values to be submitted). This is because form data is held in memory and only written to the underlying table _after_ the form is submitted.

To be able to show real time calculations inside forms, you need to use [Custom Forms](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014).

---

_[View the full topic](https://community.glideapps.com/t/feature-or-bug-field-value-pre-set/63975)._
