PDA

View Full Version : current poll


scottny
07-22-2009, 02:05 AM
Hi,

Someone just pointed out to me that the current poll button on my site is directing people to the donation (paypal) site.

I believe this just started happening as people have been voting. Can anyone help with why and how to fix it.

Thank you,

Scott

Brian
07-22-2009, 09:48 AM
Looks like you need to edit your Donations module, remove the <form> and <input> tags from the template you have them in and place that code in the 'Form Code' option for that module instead.

Our Sponsors
 

scottny
07-22-2009, 10:57 AM
Thanks. I am removing it all together, it is now effecting the log in. I just entered my name to sign in and it took me to paypal.

Brian
07-23-2009, 09:48 AM
If you just move that code then it should take care of the issue... Currently you don't have an ending </form> tag there, so that's why your PayPal form is "expanding" and kind of taking over the other forms on the page. If the code is moved to the Form Code setting though, the CMPS will automatically add the ending </form> tag and also put the form code in a different place so your code is XHTML compliant.

Our Sponsors
 

scottny
07-23-2009, 11:35 AM
Thanks.

I uninstalled and re-installed and it seems to be working, if it happens again then I know what to do. I think. LOL