PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Ajax... Is there something additional to do

  1. reelseo
    Member

    I've still had zero luck getting ajax to work for my forms. Is there something other than choosing that in the short code to get that to work? The form submits fine, refreshes the page, and shows the message, but not without refreshing the page.

    If plugin conflict, is there a list of plugins that are known to cause this?

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  2. The only thing you need to do to enable AJAX is set ajax=true in the shortcode or pass the ajax parameter in the function call.

    It's difficult to tell what is going on without seeing it firsthand. If you post a link to a page containing a form with this issue and with AJAX enabled, we can take a look.

    ONE thing to note. If your form uses reCAPTCHA, it doesn't support AJAX and it automatically falls back to non-AJAX if it is a field on your form.

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  3. reelseo
    Member

    OHHHH... you know, that brings up another question - BECAUSE, yes, I do have captcha enabled on all. I did this because when I check the "use honeypot", it doesnt do what it says and there is no protection so I have to enable Captcha or I get a bunch of crap :-) Is there a way to secure the form using honeyspot so that I can use the ajax - cause that must be why that isnt working (the captcha)./

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  4. Right, you can't use the CAPTCHA and AJAX on the same form.

    The honeypot will work with scripted spammers, but human spammers will still get around that. So what sort of solution are you trying to implement?

    Posted 12 years ago on Friday December 9, 2011 | Permalink