I solved this problem by adding a line of code in this part of the code in the file "qa-tt-layer.php":
"$(function(){\n" .
" $('.qa-form-tall-button-ask').on('click', qa_tag_verify);\n" .
" $('.qa-form-tall-button-save').on('click', qa_tag_verify);\n" . // this line of code i added
"});\n" .