Is it possible to not have captcha on a form, but once "submit" is clicked, a captcha field appears and must be entered before the form is actually processed and submitted?
Is it possible to not have captcha on a form, but once "submit" is clicked, a captcha field appears and must be entered before the form is actually processed and submitted?
Not without you customizing things. By default, you can't hook into the submit event to show/hide things. You would have to custom create your own JavaScript to do this. I would question the usability of this though, and suggest you not do this as it would likely cause higher dropout rates on your form (having to click submit twice).
Thanks for the quick response David.
I agree with you on it possibly leading to higher dropout rates. I've seen this feature on a number of other sites, and thought it could help to clean up the form on the front end since space is limited.
Thanks again (this can be closed, as I got an answer I was looking for -- not sure how to close it myself).