Bible Search Widget
Here is a web form to add bible search functionality to your website. Below is an example of the widget. Just copy and paste the HTML code to your webpage and Voila!
Copy and paste the below HTML code to your webpage to include the bible search widget
<form action="http://www.churchtag.com/searchthebible.php" method="get">
<table border="1" cellspacing="0" cellpadding="2" style="border-color: #600;">
<tr><th style="background-color: #B4D7E0; color:#fff; text-align: center; padding: 0 10px;">Lookup a word or passage in the Bible</th></tr>
<tr><td style="background-color: #fff; text-align: center; padding: 0 10px;">
<p style="margin-bottom: 0;">
<input type="text" name="quicksearch" /><select name="bible"><option value="nt">New Testament</option><option value="ot">Old Testament</option></select><br />
<input type="submit" value="Search ChurchTag.com" /><br />
</p>
<a href="http://www.churchtag.com/" title="U.S Church Directory">
ChurchTag.com</a><br />
<small>
<a href="http://www.churchtag.com/biblesearch.php">Include this form on your page</a><br />
</small>
</td></tr>
</table>
</form>