Why not make things easier for your visitors by having the Q&A form be placed on the sidebar and is accessible no matter in what page the visitors are on? Well, if you plan to do so, this tutorial will guide you on how to do this.
Step 1:
Open up the folder where you store your BellaBuzz files.
Step 2:
Look for the functions.php file and open it.
Step 3: Find the following code and copy it:
<form action="http://yoursite.com/yourbellabuzzfolder/ask.php" method="post"> <input type="text" name="question" id="question"> <label for="question">Question</label> <input type="submit" value="Ask"> </form>
Step 4:
Paste the code into sidebar.php and you are done.