# Can't submit post with multiple polls?

**URL:** https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710
**Category:** Bug
**Created:** [May 12, 2015, 5:13pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710 "2015-05-12T17:13:10Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [May 12, 2015, 5:13pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/1 "2015-05-12T17:13:10Z")

</div>

I’m trying to post a message on how to create polls in my forum but I get repeated error messages no matter what Category I assign to the post.

Here is the error message I’m getting - and I can’t make the post. I’m running on beta 7 code (the one release before the release yesterday):

[https://www.evernote.com/shard/s106/sh/7af5e07b-15ac-4702-9d4f-dcc02d02d718/2d6483ee30fac1e33721578b9043a9a0/deep/0/Schizophrenia%20Forums.png](https://www.evernote.com/shard/s106/sh/7af5e07b-15ac-4702-9d4f-dcc02d02d718/2d6483ee30fac1e33721578b9043a9a0/deep/0/Schizophrenia%20Forums.png)

---

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [May 12, 2015, 5:16pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/2 "2015-05-12T17:16:59Z")

</div>

Perhaps the issue is that I have three examples of the poll options in the body of the post?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 12, 2015, 5:34pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/3 "2015-05-12T17:34:28Z")

</div>

Polls shouldn’t be a problem here. Maybe it’s related to our recent ember upgrade? (cc. @eviltrout)

---

<div class="post-metadata">

### Author: ![davemaxwell](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davemaxwell/32/108393_2.png) [@davemaxwell](https://meta.discourse.org/u/davemaxwell)
#### Post date: [May 12, 2015, 5:36pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/4 "2015-05-12T17:36:19Z")

</div>

Did you try changing the category to something else, then changing it back to the category you want? We’ve got an issue with moving topics, and the behavior seems to be exactly the same,

related topic: [Admin/mods can post to "uncategorized" with "allow uncategorized topics" disabled - #5 by cpradio](https://meta.discourse.org/t/admin-mods-can-post-to-uncategorized-with-allow-uncategorized-topics-disabled/26469/5)

---

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [May 12, 2015, 5:38pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/5 "2015-05-12T17:38:26Z")

</div>

YEs - many times. No luck.

I finally cut out the sample code that actually produced the three poll types and it posted ok.

I was copying and pasting the poll description information from here (the discourse cheat sheet)- and had put the first examples formated as “code” - and left the second three examples of “How they look” in the forum as they were. But then when that didn’t work, I cut out the “how they look” part - and it would post ok.

> **[Discourse Cheat Sheet](https://www.sitepoint.com/community/t/discourse-cheat-sheet/733)**
>
> This post is a ‘how-to’ or a ‘cheat sheet’ which explains how to go negotiate Discourse and execute basic functions. My No. 1 Tip for new Discourse users There are SO many new things to learn and remember when finding your way around a new...

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 12, 2015, 8:03pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/6 "2015-05-12T20:03:42Z")

</div>

There was indeed an error with the polls (you need to give a unique name to the polls) but the error was swallowed. Here’s a fix 🐜

[https://github.com/discourse/discourse/commit/d7b3f9bfe26466d821265a71cbde2612e0d75cde](https://github.com/discourse/discourse/commit/d7b3f9bfe26466d821265a71cbde2612e0d75cde)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [May 12, 2015, 11:54pm UTC](https://meta.discourse.org/t/cant-submit-post-with-multiple-polls/28710/7 "2015-05-12T23:54:41Z")

</div>


