Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How to fix an error on the submit button?

0 votes
HI there,

After adding feedburner codes into "Custom HTML in sidebar box on every page", I realized that my site has been undergoing some errors concerning 'submit' buttons.

http://www.chatscience.net

When logging in or submitting changes in admincp, a pop-up appears and leads me to feedburner's subscription site. I guess I could fix this through disabling side panel or side-bar but I didn't know how to.

Could you please help me to get over this problem.

Best regards,

Tung.
asked Mar 30, 2011 in Q2A Core by Le Tung
Could anyone please help me solve this problem?

1 Answer

0 votes
 
Best answer

Finally, I got the solution. First, disable the sidepanel by removing

$this->sidepanel();

(this means the HTML customized side bar would also be disabled). Then I fixed the feedburner's code by adding </form> at the end. At last, I re-enabled the sidepanel.

Everything's done!

answered Apr 2, 2011 by Le Tung