How can I remove the captcha which is showing upon a form submission

  • Konjopic
    Asked on October 10, 2016 at 2:37 PM

    I have already tried the tips given, ive recreated a whole new form and havent put the captcha on, however when i upload to my website it makes you fill this in. I do not want this on my contact form incase it puts new clients off!?? Please help oh and dont just comment remove it from the script as i dont have the foggiest how to do this 

     

  • Mike
    Replied on October 10, 2016 at 4:53 PM

    Try to replace the following code:

    <input type="hidden" id="simple_spc" name="simple_spc" value="62836864823366" autocomplete="off">

    With:

    <input type="hidden" id="simple_spc" name="simple_spc" value="62836864823366-62836864823366" autocomplete="off">

    It should fix the issue. Please give it a try and let us know if you need any further assistance.

  • Konjopic
    Replied on October 10, 2016 at 5:08 PM

    Thanks it has worked!!! Only spent 4 hours trying different ways to fix it lol thanks again!!!!

  • Mike
    Replied on October 10, 2016 at 6:21 PM

    You are quite welcome :) Thank you for using our service.