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 can I show ask box on wordpress site

0 votes
How can I show ask box on my wordpress site so that i can redirect my user to ask question on QA section of my site.

Please reply soon
asked Oct 29, 2011 in Q2A Core by Neha

1 Answer

0 votes

I believe this will work:

<FORM METHOD="POST" ACTION="http://yourforum.com/ask">

<INPUT NAME="title" TYPE="text">

</FORM>

answered Oct 29, 2011 by NoahY
Thanks NoahY