# HTML form processing - a plugin?

**URL:** https://meta.discourse.org/t/html-form-processing-a-plugin/149292
**Category:** Support
**Created:** [April 25, 2020, 8:15pm UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292 "2020-04-25T20:15:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![miloskroulik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/miloskroulik/32/168046_2.png) [@miloskroulik](https://meta.discourse.org/u/miloskroulik)
#### Post date: [April 25, 2020, 8:15pm UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292/1 "2020-04-25T20:15:43Z")

</div>

Is there any solution (plugin), which would allow me to accept form submissions from specific domain and create new topics for them? It would be even better, if I could reply people by responding inside the Discourse.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [April 25, 2020, 8:27pm UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292/2 "2020-04-25T20:27:06Z")

</div>

I have done this in the past. There was another application receiving a form that had product reviews, and after receiving the form would create a new topic in Discourse with the review under a specific category.

The Discourse and sister site had SSO, so we could share logins and create topics under the reviewer Discourse account.

This is all doable under the API.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 26, 2020, 12:57am UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292/3 "2020-04-26T00:57:26Z")

</div>

You might check out the custom wizard plugin.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [June 11, 2024, 12:15pm UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292/4 "2024-06-11T12:15:23Z")

</div>



---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [June 12, 2024, 2:12pm UTC](https://meta.discourse.org/t/html-form-processing-a-plugin/149292/5 "2024-06-12T14:12:01Z")

</div>


