Demo of text box with autofocus
HTML
<form ><input type='text' name='t1' >This text box without autofocus<br> <br>
<input type='text' name='t1' autofocus>This text box has autofocus</form>
<?Php
echo "</div><div class='col-md-4'>";
require "templates/side_for_ad.php";
echo "</div></div>";
require "../../templates/temp1/analytic-only.php";
?>