OK after of many many hours of trying finally i am giving up.
I need your help !!!!!!!!!!
What i want to di is to add the input field "tags" on second position on my site at the sidebar.
I found that when you add a new question the q2a platform uses the file qa-app-format.php and the javascript file qa-ask.js
However i tried to use that code
<input type="text" class="tags_field" value="" onmouseup="qa_tag_hints();" onkeyup="qa_tag_hints();" autocomplete="off" placeholder="Tags - use hyphens to combine words:" id="tags" name="tags">
and after i called the file qa-ask.js,
the code above displays the tags input field but the tags auto suggestion doesnt work. Can anyone of the experienced users gives me some instructions on how to duplicate the tags field with working tags auto suggestion function ?
Best Regards