Search code examples
javascriptformswordpresstagssidebar

How to issue post requests from WordPress sidebar?


Is it possible to issue post requests from WordPress sidebar?

I want to open page wich requires some parameters to be sent by POST request. But I found that neither FORM tag, not JAVASCRIPT or ONCLICK syntax is not allowed in text widget in sidebar.

Is this any way to accomplish this?

Thanks

UPDATE 1

I am on the free account on wordpress.


Solution

  • Are you looking to avoid editing the template code?

    If not, then you should be able to open up sidebar.php from your Wordpress theme directory and it it directly in there.