Add bind to recaptcha from contacto.php

This commit is contained in:
German Correa 2017-09-07 14:23:09 -03:00
parent 8ee2160c6b
commit 9a934cf250

View File

@ -24,7 +24,7 @@
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="g-recaptcha col-sm-8 col-sm-offset-2" data-sitekey="6LeLxy4UAAAAALcrNXxcOiW1B3QgcfgZ6u4l52kZ"></div> <div class="g-recaptcha col-sm-8 col-sm-offset-2" data-callback="onReturnCallback"data-sitekey="6LeLxy4UAAAAALcrNXxcOiW1B3QgcfgZ6u4l52kZ"></div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-2 col-sm-8"> <div class="col-sm-offset-2 col-sm-8">
@ -39,4 +39,4 @@
</div> </div>
<?php include_once 'sidebar.php'; ?> <?php include_once 'sidebar.php'; ?>
<?php include_once 'footer.php'; ?> <?php include_once 'footer.php'; ?>