• Resolved DoctorDR

    (@doctordr)


    I have added the meta tags into my Contact Form layout, but the reCaptcha step is not mandatory and therefore a user can simply bypass and press ‘send’ without completing the reCaptcha test.

    Could you confirm what steps are necessary to ensure your plugin hooks in effectively.

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Andre Pietsch

    (@pitschi)

    checking…

    Plugin Author Andre Pietsch

    (@pitschi)

    ok… had some major errors in the plugin. hooking works now and validation should work also.

    sory for any trouble.

    created version 0.0.3. should be available in some minutes…

    Thread Starter DoctorDR

    (@doctordr)

    Thanks Andre, I will check it out when its available and then confirm that it’s been sorted. Thanks for your prompt attention.

    Plugin Author Andre Pietsch

    (@pitschi)

    it’s been a pleasure.

    I use it on some wordpress installations too. so I am interested in any error. 😉

    Plugin Author Andre Pietsch

    (@pitschi)

    Ah damn… there was another little error. I haven’t tested that case.

    please wait for version 0.0.4. uploaded it. should be available soon…

    sorry again. ^^

    Thread Starter DoctorDR

    (@doctordr)

    Hi Andre, I have just re-tested version 0.0.4 and can confirm that it does hook into the form and stop mail being sent until the reCaptcha check succeeds.

    One slight bug remaining – when the check fails, the error message contains style tags in addition to the text, as follows:

    <strong>ERROR</strong>: Please fill in the reCAPTCHA form.

    Plugin Author Andre Pietsch

    (@pitschi)

    i designed it so that the recaptcha field is “required”, if it is used.

    checking the other bug…

    Plugin Author Andre Pietsch

    (@pitschi)

    I can’t confirm the style tags. tried it with current firefox on two different wordpress installations with the the 0.0.4 version installed. can you tell me which browser you are using?

    could you send me a link to a testform? maybe password protected that i can analyze with firebug?

    Thread Starter DoctorDR

    (@doctordr)

    Hi Andre, I have uploaded a dump of my Firebug code on Pastebin:

    http://pastebin.com/dJFZks7N

    You can try it yourself by visiting my web page and selecting the drop-down contact form at the top of the page.

    http://www.skiddmark.com

    Plugin Author Andre Pietsch

    (@pitschi)

    Something in your installation seem to escape the html tags. you can see it on the “noscript” part of reCAPTCHA in line 18 of your output. that is no behaviour that is caused by my plugin. on two other pages the code at these points is not escaped.

    either way… if you find the plugin that does this, I think it could be the dropdown the form is in, and tell me the name I will add some code that checks for that plugin and removes the tags if it is found.

    I hope that this is a suitable solution for you.

    I would mark this topic as solved if it is ok. would be great if we could continue the discussion about the tags in a new topic.

    Thread Starter DoctorDR

    (@doctordr)

    Thanks Andre, I agree the topic is resolved. I will dig a little deeper and see if I can let you know more about the javascript of my dropdown form – there’s probably a conflict in the use of certain tags.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Doesn't seem to hook into the contact form function’ is closed to new replies.