# Generating a pricing quote page for client to sign

**URL:** https://community.glideapps.com/t/generating-a-pricing-quote-page-for-client-to-sign/79086
**Category:** Ask for Help
**Created:** [January 9, 2025, 3:59pm UTC](https://community.glideapps.com/t/generating-a-pricing-quote-page-for-client-to-sign/79086 "2025-01-09T15:59:04Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 9, 2025, 4:06pm UTC](https://community.glideapps.com/t/generating-a-pricing-quote-page-for-client-to-sign/79086/2 "2025-01-09T16:06:47Z")

</div>

> [@johannesstromme](#):
>
> Every time the client opens the quote URL, Glide should record each “open” with a time stamp.

You can create a workflow to set column value before trigger the open link! That will allow you to set a timestamp everytime a URL is clicked.

> [@johannesstromme](#):
>
> Once signed, Glide should change the status of the quote and notify the user who generated the quote. A “Preview quote” button to see a preview of the generated quote page before sending it to the client would also be nice.

You can add a submit button to trigger a workflow after signature, or, you could use my most recent solution from today, use an AI Component to trigger a workflow on value update:

> [@Enhancing Glide Workflows with AI: Real-Time Actions on Value Changes And Even More!](https://community.glideapps.com/t/enhancing-glide-workflows-with-ai-real-time-actions-on-value-changes-and-even-more/79085):
>
> [image] With Glide’s AI capabilities, you can trigger workflows and actions seamlessly. Here’s how: Create an AI Component. Add a single data point and a single action. [image] [image] Add a custom CSS class to the AI Component “hidden”. In custom CSS, add this code: .hidden { display: none; } Configure the action to trigger on data changes with this prompt: \<html style="height: auto !important; --color-accent: 208deg 89% 32%;" class="color-scheme-light"\> \<head\> \<li…

If you need more help, feel free to ask! 🙂

---

_[View the full topic](https://community.glideapps.com/t/generating-a-pricing-quote-page-for-client-to-sign/79086)._
