Suggestion: Option to have the “How to ask/answer” tab shown by default.

2.88K viewsGeneral
0

I know how inpatient users tick, they will never read what on that tabs. I mean on my old support site I have things listed above the question form and they all ignore it.

I think it would be helpful and lead to more users reading instructions on how to post if they would be shown when they asking or answering.

commented

Would like to know this as well. Can’t find it anywhere.

Using this fix for now:

(function ($) {

‘use strict’;

$( document ).ready(function() {
$(‘a[href=”#ap-form-help”]’).trigger(‘click’);
});

}(jQuery));