Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
783 views
in Q2A Core by
What if I want a submit button and not wait until the user finds out that he needs to push "ENTER"? I guess that was the actual question.
Q2A version: 1.5

1 Answer

+4 votes
by
In this case you would have to make your own version of the ask box widget, with the additional button that you want.
by
edited by
Thank you, got it. Great work btw.

Changed this in qa-widget-ask-box.php

<INPUT NAME="title" TYPE="text" CLASS="qa-form-tall-text" STYLE="width:85%;">&nbsp;<INPUT CLASS="qa-form-tall-button qa-form-tall-button-ask"" TYPE="submit" value="Ask">

Much better!
by
Thank you for sharing, that worked great, exactly what I needed.
by
<INPUT CLASS="qa-form-tall-button qa-form-tall-button-ask" TYPE="submit" value="Ask"> is better
But follow the indication of gidgreen, or next update you will lost it.
...