# Creating form templates

**URL:** https://meta.discourse.org/t/creating-form-templates/397564
**Category:** Site Management
**Tags:** form-templates
**Created:** [March 4, 2026, 6:54pm UTC](https://meta.discourse.org/t/creating-form-templates/397564 "2026-03-04T18:54:21Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Eingang](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eingang/32/98491_2.png) [@Eingang](https://meta.discourse.org/u/Eingang)
#### Post date: [March 11, 2026, 12:26am UTC](https://meta.discourse.org/t/creating-form-templates/397564/6 "2026-03-11T00:26:57Z")

</div>

What do the regex patterns look like and what flavour of regex is expected? I tried the following and they all passed, but I wasn’t expecting them to:

- `2[6-9][0-1][0-9][0-3][0-9]` with an entry of `180918`;
- `/2[6-9][0-1][0-9][0-3][0-9]/` with an entry of `180918`;
- `/2[6-9][0-1][0-9][0-3][0-9]/` with an entry of `12`;

---

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