Tell us what you are trying to do?
I want to add a captcha to the lost password form.
I'm using Captcha 4WP plugin to add captcha to login page and within these settings of this plugin placement options for Lost password form is checked so whether it's using this plugin or Toolset I need a captcha on the reset password page. Do you know how I can achieve this please? Thank you.
the Captcha 4WP plugin presumably uses a hook on the core WP lost password page to insert the captcha, but the same isn't available on the custom lost password page you create with Toolset.
If you check their documentation they may have an alternate way of injecting the captcha with some HTML that you could add to the form Toolset generates.
Toolset includes filters for you to be able to insert arbitrary HTML content in the form at the top, middle, or bottom.
You'd probably want to add it at the bottom of the form.