PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Lost password retrieval

  1. Hi ,

    I am using Gravity form latest one as a plugin in wordpress.
    I got one question, Is there anyway we can inject lost password retrieval function into gravity form? I was thinking of using wp-login.php functionality and somehow hook it up to Gravity form. But not sure how.

    Any help or suggestion would be appreciated.

    Posted 11 years ago on Monday June 4, 2012 | Permalink
  2. David Peralty

    Can you explain more about why you are doing this rather than just using WordPress' lost password system? It would potentially take a great deal of customization of a Gravity Form to do the same because it can't just call a WordPress file and "hook" into it like you mentioned.

    You could use gform_after_submit hook to collect the data and pass it to WordPress' wp-login.php function, but I am not sure if it will accept it.

    Posted 11 years ago on Monday June 4, 2012 | Permalink