flobster
Member
Posted 11 months ago #
There is a strange issue concerning WP 2.7 and WP-Polls 2.40:
My site's HTML fails to validate because there is an additional <input> tag added to the WP-Poll form. The Output is as follows:
<form id="polls_form_2" class="wp-polls-form" action="/" method="post"><input type="hidden" name="PHPSESSID" value="6u95..." />
Anyone else noticed this behaviour? I have already tried to disable logging, but there is no difference. In the WP-Polls Code, i couldn't find any hint on this input-tag.
My Site can be found at: http://dangerbeuys.de
that input tag is NOT generated by WP-Polls but by your server.
mfcbraga2
Member
Posted 11 months ago #
My english is very bad to explain my problem. Basically, the plugin is not working. When I chose a answer, the space between the title and the end of the form 'BOOM' and not show results, just 'Loading...'.
You can try at: http://portal-series.com
PLEASE, I NEED HELP!
flobster
Member
Posted 11 months ago #
The statement above is a completely different issue. Back to this input-tag problem: I am pretty shure this Problem hasn't been there using WP 2.6 and V 2.31 of the plugin. Unfortunately i cannot change PHP settings on my host. Any Idea how to get rid of that extra-tag?
I am also completely sure that the tag is not generated by WP-Polls, I just looked through the code. It is generated by PHP because there is a session used by either WordPress or by one of the plugin. My WP-Email is using that.
If you google, http://bugs.php.net/bug.php?id=40781 & https://forum.powweb.com/showthread.php?t=70724