Jump to content

Google Captcha in prestashop 1.6.0.3


new_12

Recommended Posts

i am using prestashop 1.6.0.3 default website.i want to insert google captcha code inside my tpl file(themes/default-bootstrap/contact-form).and this is my code


 


 


<script type="text/javascript" src="http://www.google.co...allenge?k=xxxxx"></script>

               <noscript>

                  <iframe src="http://www.google.co.../noscript?k=xxx" height="300" width="500" frameborder="0"></iframe><br>

                  <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>

                  <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>

               </noscript>

 

my problem is,my <script>  execute only at last(checked view source code).so that,it display below footer.how to make it possible to execute my code in required position.so that it display at correct position.plzz help mee

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...