# Quoting a price inside a form

**URL:** https://community.glideapps.com/t/quoting-a-price-inside-a-form/68441
**Category:** Ask for Help
**Created:** [December 6, 2023, 10:45pm UTC](https://community.glideapps.com/t/quoting-a-price-inside-a-form/68441 "2023-12-06T22:45:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kurt\_Penberth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kurt_penberth/32/66463_2.png) [@Kurt\_Penberth](https://community.glideapps.com/u/Kurt_Penberth)
#### Post date: [December 6, 2023, 10:45pm UTC](https://community.glideapps.com/t/quoting-a-price-inside-a-form/68441/1 "2023-12-06T22:45:30Z")

</div>

Hey everyone

I’m wondering if there’s a way to achieve what i’m looking for here…

I have a form with a couple of variables which determine a price. Is there a way for me to display the price, so as users change the variables the price changes on the same screen? Obviously in a form the data hasn’t yet been submitted to the table, so i’m a bit lost on how to get there.

 ![Screen Shot 2023-12-07 at 8.41.42 am](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/5/05f6fca2d8cbf54b3c2a65282ec2378a96d588e8.png)

---

<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: [December 6, 2023, 11:34pm UTC](https://community.glideapps.com/t/quoting-a-price-inside-a-form/68441/2 "2023-12-06T23:34:01Z")

</div>

You would need a custom form to achieve that.

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