# Placeholder Forms

**URL:** https://meta.discourse.org/t/placeholder-forms/113533
**Category:** Theme component
**Tags:** official, placeholder-forms
**Created:** [April 5, 2019, 11:18am UTC](https://meta.discourse.org/t/placeholder-forms/113533 "2019-04-05T11:18:48Z")
**Posts on this page:** 1
**Showing post:** 38

<div class="post-metadata">

### Author: ![Benjamin\_D](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjamin_d/32/277831_2.png) [@Benjamin\_D](https://meta.discourse.org/u/Benjamin_D)
#### Post date: [July 20, 2021, 3:01pm UTC](https://meta.discourse.org/t/placeholder-forms/113533/38 "2021-07-20T15:01:49Z")

</div>

> [@joffreyjaffeux](#):
>
> Try combining this with the Reply Template theme component!

I tried ! and that would be a neat composer-preview-redux-in-OP kind of thing but.. 😔 I must be missing something, if I understand correctly the Reply Template component takes the raw and looks for “[replacers](https://github.com/discourse/discourse-reply-template-component/blob/5659a23bfa95cfed1343f5740793fca126c5e4b1/javascripts/discourse/initializers/init-discourse-reply-template-component.js.es6#L111)”, but the Placeholder Forms component decorates the cooked?

What I’m trying to do is ease my users into adding some quizz Q&As in a topic, with minimal technical friction, clicks or even key strokes, :heavy-sigh: 🙄

```plaintext
[wrap=placeholder key="question" description="question"][/wrap]
[wrap=placeholder key="réponse" description="réponse"][/wrap]

[wrap=template key="template-spoiler" action="reply" tagsList="#qui, #quand, #où, #comment"]

## Question
=question=
### Réponse
[spoiler]
=réponse=
[/spoiler]
---
*Étiquette(s) ?*
[/wrap]

```

which gives

 ![image](https://global.discourse-cdn.com/meta/original/3X/e/5/e56d35b2cd95f1ad164a1125fa40225493e143fa.png)

so far so good, but unfortunately, the placeholders `=question=` and `=réponse=` are kept in the composer when hitting the template button

---

_[View the full topic](https://meta.discourse.org/t/placeholder-forms/113533)._
