# Introducing Form Templates

**URL:** https://meta.discourse.org/t/introducing-form-templates/278631
**Category:** Announcements
**Tags:** feedback, new-feature, form-templates
**Created:** [October 16, 2023, 3:28pm UTC](https://meta.discourse.org/t/introducing-form-templates/278631 "2023-10-16T15:28:44Z")
**Posts on this page:** 1
**Showing post:** 69

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [February 21, 2024, 7:55pm UTC](https://meta.discourse.org/t/introducing-form-templates/278631/69 "2024-02-21T19:55:31Z")

</div>

Our CSS changes (so far) In case it’s helpful to someone else:

```plaintext
// remove the grey background
.d-editor #form-template-form {
    background-color: var(--secondary);
}

// stop stretching the fields to 100% width
.form-template-field select, .form-template-field input {
    width: auto;
}

.form-template-field textarea {
    min-width: 650px;
    width: auto;
}

```

---

_[View the full topic](https://meta.discourse.org/t/introducing-form-templates/278631)._
