post shows question, but not answers!
(6 posts) (2 voices)-
So, i've created a poll and posted it, but all that's showing is the question, not the answers!Posted 2 years ago #
-
No, i was wrong! I forgot that I'd set a description of the poll on the page.
That's what I was seeing...Posted 2 years ago # -
HERE'S HOW THE POST IS SHOWING UP ON THE PAGE:
Vote now and vote often:
function init() {
jQuery(â€Â#poll-formâ€Â).submit(function(e) {
var answered = false;
jQuery(â€Â#poll-form .answerâ€Â).each(function(i) {
if(this.checked) {
answered = true;
return true;
}
});
if(!answered) {
alert(â€ÂPlease choose an answerâ€Â);
e.preventDefault();
e.stopPropagation();
return false;
}
});
}
jQuery(document).ready(init);
If you were voting today on who should be Princess, who would you choose?
(your vote counts! results of the vote will determine who stays in the contest!)AdeleAnaLieseAnnaAnneAnnetteBelleClotildaDagvariaGertrudisHumpalinaJanetteJuliannaJustineMargritSimplinaSister Ursula Mary SalomeValtrudaPosted 2 years ago # -
so, the text in my previous post was the result of posting in HTML.
i removed that, and re-inserted it in VISUAL, and now my text in the post displays as: <code><!– POLLIN 1 –></code>
it's the same problem someone had before, but they figured it out without help.
problem is, they didn't share how they fixed it...
thanks, bethPosted 2 years ago # -
There should be two '-' chars - <!–- POLLIN 1 -–>Posted 2 years ago #
-
this is what's in there:
<code><!–- POLLIN 1 –></code>
i removed it and re-inserted it, same resultsPosted 2 years ago #
Reply
You must log in to post.