# Confirmation Screen Set-up

**URL:** https://community.glideapps.com/t/confirmation-screen-set-up/82341
**Category:** Ask for Help
**Created:** [June 9, 2025, 12:48pm UTC](https://community.glideapps.com/t/confirmation-screen-set-up/82341 "2025-06-09T12:48:46Z")
**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: [June 9, 2025, 12:55pm UTC](https://community.glideapps.com/t/confirmation-screen-set-up/82341/2 "2025-06-09T12:55:18Z")

</div>

A confirmation screen as an onSubmit action with a form won’t work, because by that time the form data has already been submitted, so it is too late to do anything.

If you want your own confirmation screen, you would need to create a Custom Form.

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

---

_[View the full topic](https://community.glideapps.com/t/confirmation-screen-set-up/82341)._
