# Form submission criteria

**URL:** https://community.glideapps.com/t/form-submission-criteria/39696
**Category:** Ask for Help
**Created:** [March 15, 2022, 7:12pm UTC](https://community.glideapps.com/t/form-submission-criteria/39696 "2022-03-15T19:12:08Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [March 15, 2022, 7:53pm UTC](https://community.glideapps.com/t/form-submission-criteria/39696/2 "2022-03-15T19:53:27Z")

</div>

You are on the right track with using a details view and a custom form. What you need to do is hold those values in user specific columns and then write those to basic columns with an add row action when you press your button… You can’t make existing columns user specific. You have to create new columns and choose user specific when you create it.

Regarding Glide’s Native form I saw in your ‘on submit’ custom action that you had an add row on the right hand side. This is going to cause a second row added to your sheet. A form by its very nature will add a row to your sheet, that’s its purpose, to add a new row. If we then put an add row action ‘on submit’ it will add two rows… the one it was originally going to add, plus the add row action.

> **[User-specific columns | Glide Docs](https://www.glideapps.com/docs/user-specific-columns)**
>
> Allow cells to hold unique data for each user.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

---

_[View the full topic](https://community.glideapps.com/t/form-submission-criteria/39696)._
