How to reset multiple captcha on same page with contact form 7? [closed]

For both forms:

Go to admin=> Contact => Edit Contact form => Additional Settings

Just go to that location and paste the below mentioned code

on_sent_ok: “grecaptcha.reset();”

DONE with the code, now check your recaptcha will behave as per your requirement.

This may help for you.