Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
2.2k views
in Q2A Core by
a small text box and continue button below it. how to add this to sidebar?

I feel this might help to increase posting questions from guest users.

1 Answer

+3 votes
by
Use the admin option which lets you modify the sidebar HTML. Enter something like this, replacing the [URL in brackets]:

<FORM METHOD="POST" ACTION="[FULL URL OF YOUR ASK PAGE]">
<INPUT NAME="title" TYPE="text">
<INPUT NAME="doask1" VALUE="Ask" TYPE="submit">
</FORM>

You can then of course tinker with the HTML to get the look and feel you want.
...