Thanks for the response Dana,
Would that approach work with reCaptcha? It seems like it hides a field but still creates it. Wouldn't that cause the reCaptcha to fail on form submission?
Another concern for me was AJAX submission. I want to enable when possible, but I've read it doesn't play well with reCaptcha. I want to enable AJAX for members to streamline their experience.
I've implemented something of a brute-force workaround. I duplicated the form and tailored it for members (hidden name/email fields) and visitors (added reCaptcha), and choose which to call based on the user login status. This also allows me to specify AJAX for members.
I appreciate the information - the post you referenced was very interesting!
Regards,
Phillip
Posted 12 years ago on Wednesday February 22, 2012 |
Permalink