Excellent question! There isn't yet an option for this, but you can make it happen by replacing this line in qa-page-ask.php:
if (qa_clicked('doask1') || qa_clicked('doask2') || qa_clicked('doask3')) {
... with ...
if (true || qa_clicked('doask1') || qa_clicked('doask2') || qa_clicked('doask3')) {
Note that if you do this, no suggested example tags will appear, because those are calculated from the question title that is usually submitted in the previous page.