# Edit speech-to-text before saving

**URL:** https://community.glideapps.com/t/edit-speech-to-text-before-saving/63433
**Category:** Ask for Help
**Created:** [July 3, 2023, 12:02pm UTC](https://community.glideapps.com/t/edit-speech-to-text-before-saving/63433 "2023-07-03T12:02:52Z")
**Posts on this page:** 1
**Showing post:** 5

<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 4, 2023, 12:06pm UTC](https://community.glideapps.com/t/edit-speech-to-text-before-saving/63433/5 "2023-07-04T12:06:13Z")

</div>

> [@Damo87](#):
>
> Perhaps it is something to do with having is as a ‘custom form’ - which I’m not even sure what that is. Is that a custom screen from the navigation, or adding a Form Container within a screen?

Yes, that’s your problem. You need to be using a Custom Form, which is basically just a details screen with some input components, which _must_ be targeted at User Specific columns. Because it’s a custom form, there is no submit button. So you have to add your own, and that button needs a create row action, taking the values from the User Specific input columns and using them to create a row in the destination table.

> [@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/edit-speech-to-text-before-saving/63433)._
