I don't think you can do that with formidable alone. Here is a search on multi factor authentication with a secret question.
First of all thank you for the reply. I have seen these and I also can use these plugins for asking secret questions. But in these plugins we have to define secret questions in these plugins.
Actually, my concern is using the Meta Data of the user at the time of user registration via formidable pro forms. For example, they insert a Passport number in the registration form at the time of registration which is working fine and is saved in the user's meta data. How this field (passport number) can become the secret question at the time of login? The main goal is any kind of user's personal data that he submitted at the time of registration should be the secret question's answer. I hope I can clear my thoughts. or can you suggest any plugin for the secret question which fetch information from the user's meta data? or any coding whatever you can help is much appreciated. Thanks
I think you are going to have to do a lot of experimenting with the wordpress codex relative to login functions.
A place to start: https://codex.wordpress.org/Customizing_the_Login_Form
Look at the tagged functions at the bottom of the article as well.
Please login or Register to submit your answer