# Stop form making new rows

**URL:** https://community.glideapps.com/t/stop-form-making-new-rows/36843
**Category:** Ask for Help
**Created:** [January 8, 2022, 10:05am UTC](https://community.glideapps.com/t/stop-form-making-new-rows/36843 "2022-01-08T10:05:44Z")
**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: [January 8, 2022, 10:21am UTC](https://community.glideapps.com/t/stop-form-making-new-rows/36843/2 "2022-01-08T10:21:48Z")

</div>

The purpose of the Add Form is to create a new row, there is no getting away from that.

To do what you want you should just use a [details layout](https://docs.glideapps.com/all/topics/ux/details), then have your input components writing to [user specific columns](https://docs.glideapps.com/all/product/data-editor/user-specific-columns). Doing it this way will have the following benefits:

- You’ll just use a single row, over and over again
- You’ll be able to show the results in real time, without having to wait for the form to be submitted
- You can have two or more users interacting at the same time, without them tripping over each other

See also [How do I create 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/stop-form-making-new-rows/36843)._
