0

I'm making a new form in Contact Form 7. I need to display grecaptcha in a popup on submit button click. After the captcha success need to submit Contact Form 7.

draz umar
  • 11
  • 2

1 Answers1

0

As an option you can create your own functionality with JavaScript. skip_mail -> take CF7 data by DOM Event using wpcf7beforesubmit(added in cf7 4.9) -> then create pop-up with your captcha -> then check it. If captha ok -> sending email by yourself with taken data.

Rimarx
  • 543
  • 3
  • 15