In your view file : <div id="captchav2"></div> Create a div to display your captcha. <input type="hidden" class="g-recaptcha-response" name="g-recaptcha-response"> Place it inside your form. <script> var onloadCallback = function() { ...