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

How to Add submit button "send question" next to "ask a question"?

Q2A version: 1.7.1

1 Answer

0 votes
by
Find: qa-include/plugins/qa-widget-ask-box.php

Add script: <input type="submit" value="SEND" class="qa-submit-button">
...