Once a user hits the add answer button he gets redirected to the page and to his answer !
There and only there I want to show a field with extra info, may be a suggestion where to go next or social share buttons,
how could this be achieved ?
Any hint ?
EDIT
I think the js in ../qa-content/qa-question.js, needs to be modified, at least there are two functions which could help on this ?
function qa_submit_answer(questionid, elem)
and
function qa_answer_click(answerid, questionid, target)
It would be fully sufficient to get a parameter submitted, so that one knows that he is on the refreshed page after answering, from there, one can add a info box through the theme..
EDIT 2
OK through the theme there cant be processed anything as the page does not reload, so either one has to add the information through js, or one needs to trigger a page refresh...