# Fields component layout

**URL:** https://community.glideapps.com/t/fields-component-layout/73838
**Category:** Ask for Help
**Created:** [June 3, 2024, 2:49pm UTC](https://community.glideapps.com/t/fields-component-layout/73838 "2024-06-03T14:49:57Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 3, 2024, 4:22pm UTC](https://community.glideapps.com/t/fields-component-layout/73838/6 "2024-06-03T16:22:01Z")

</div>

Copy to the template column, replace the {sendDate} and {subDate} with the desired column. Then use rich text to display the template column. This way, you get dynamic values.

```auto
<div style="font-size: 14px; line-height: 1.5;">
  <div style="color: var(--gv-text-contextual-pale);">Shipping label emailed</div>
  <div style="color: var(--gv-n900);">{sendDate}</div>
  <div style="color: var(--gv-text-contextual-pale);">Form Submission</div>
  <div style="color: var(--gv-n900);">{subDate}</div>
</div>

```

---

_[View the full topic](https://community.glideapps.com/t/fields-component-layout/73838)._
