Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
584 views
in Q2A Core by

I want to add a q2a ask box on a non-q2a website (wordpress blog). Whoever visits my blog can ask a question in the box and when they "Submit", it should redirect to the q2a/ask page. How to achieve this?

Q2A version: 1.7.1

1 Answer

0 votes
by
The simplest way for this would be to first add the Ask Box widget to your Q2A site. Then, copy the HTML for the box (starting from <div class="qa-ask-box">) and paste that into your theme or whichever appropriate location in Wordpress. You will need to change the "action" attribute on the form tag to point to your Q2A site but the rest should work fine.
...