I want my recaptcha to appear only after user clicks submit button on the form.
How can I implement this? I am attaching my current implementation below..
_FORM FILE
<div class="actions">
<%= recaptcha_tags %>
<%= f.submit %>
</div>
<% end %>
I want my recaptcha to appear only after user clicks submit button on the form.
How can I implement this? I am attaching my current implementation below..
_FORM FILE
<div class="actions">
<%= recaptcha_tags %>
<%= f.submit %>
</div>
<% end %>