I was trying to display image challenge only and not want to display any other type of challenge. I found a parameter 'data-type', but it doesn't looks like working. Any suggestion?
This is the code I have used:
<div class="g-recaptcha"
data-sitekey="6Ld6PQ0UAAAAAB5VFIXCP7t2tMKiGG7CrNkIWk8c" data-type="image"></div>
Thanks