: Why is my poll malfunctioning when I submit a response?
The poll uses an html <form> tag to submit the results. Therefore, putting your poll inside another <form> tag will
cause it to malfunction. This is not a bug in our system, the problem is due to the browser getting confused and submitting the outer-most form.
To avoid this problem, please do not insert your poll HTML code inside another <form> tag.
|