# How do you allow users to save information on a form and then come back to it to add more before submitting?

**URL:** https://community.glideapps.com/t/how-do-you-allow-users-to-save-information-on-a-form-and-then-come-back-to-it-to-add-more-before-submitting/26761
**Category:** Ask for Help
**Created:** [May 13, 2021, 4:04pm UTC](https://community.glideapps.com/t/how-do-you-allow-users-to-save-information-on-a-form-and-then-come-back-to-it-to-add-more-before-submitting/26761 "2021-05-13T16:04:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Luke1](https://avatars.discourse-cdn.com/v4/letter/l/4bbf92/32.png) [@Luke1](https://community.glideapps.com/u/Luke1)
#### Post date: [May 13, 2021, 4:04pm UTC](https://community.glideapps.com/t/how-do-you-allow-users-to-save-information-on-a-form-and-then-come-back-to-it-to-add-more-before-submitting/26761/1 "2021-05-13T16:04:58Z")

</div>

My app is customer facing and the free text form is used by them to submit orders…however I’ve had feedback that they’d like to start their order and then browse the rest of the app before further adding to their order…any suggestions?

[app.timbrownsbutchers.com](http://app.timbrownsbutchers.com) - see ‘place an order’ and then ‘order for delivery’

Thanks  
Luke

---

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [May 13, 2021, 7:45pm UTC](https://community.glideapps.com/t/how-do-you-allow-users-to-save-information-on-a-form-and-then-come-back-to-it-to-add-more-before-submitting/26761/2 "2021-05-13T19:45:45Z")

</div>

Hi, I **wonder** if there is something to think about with a simple screen (instead of a form), with entry fields (user specific?) and a compound action “add row” only when the user clic on a “purchase” button.  
This screen could include inline list of the other products to see other products;

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 13, 2021, 8:38pm UTC](https://community.glideapps.com/t/how-do-you-allow-users-to-save-information-on-a-form-and-then-come-back-to-it-to-add-more-before-submitting/26761/3 "2021-05-13T20:38:03Z")

</div>

Have a look at this.

> [@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…
