Title: Multiple users
Last modified: April 28, 2021

---

# Multiple users

 *  Resolved [vor78](https://wordpress.org/support/users/vor78/)
 * (@vor78)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/)
 * Hi,
    I have a form which is in a member’s area of my site.
 * I just noticed that if I go through some steps of the form, log out then log 
   back in as someone else, then it has saved the information I entered as the original
   user.
 * Is there a way to stop this?!
 * .. and then ideally save this data with the user so they can go away and come
   back to it later.
 * I have the Pro version if that makes a difference.
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/#post-14377659)
 * Hi,
 * The data from the form is stored in the browser. So you’ll need to completely
   close your browser to clear the data. A user can go away and come back in the
   same session (not close the browser) and still see the data.
 *  Thread Starter [vor78](https://wordpress.org/support/users/vor78/)
 * (@vor78)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/#post-14377893)
 * Thanks for the reply – from looking at the code it seems the non-premium version
   doesn’t do this?
 * I’m thinking I can revert back to standard and can then put hooks in init and
   shutdown to read/write cf7msm session/cookie variables to a user_meta row.
 * This should work, right?
 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/#post-14378981)
 * The non-premium version also clears the data once the browser is closed (the 
   cookies expire when the browser session ends). The only difference is the data
   is saved as cookies instead of session storage.
 * You could theoretically find hooks in the core CF7 plugin and save all the posted
   data to user_meta in both the free and premium versions. You might be able to
   use the wpcf7_before_send_mail hook.
 *  Thread Starter [vor78](https://wordpress.org/support/users/vor78/)
 * (@vor78)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/#post-14379128)
 * Thanks – doing it with the cf7 hooks sounds a better idea than on the init and
   shutdown of every page.. although I do have it working with that now as I needed
   a quick fix!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multiple users’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7-multi-step-module/assets/icon-256x256.png?
   rev=1793363)
 * [Contact Form 7 Multi-Step Forms](https://wordpress.org/plugins/contact-form-7-multi-step-module/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-multi-step-module/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [vor78](https://wordpress.org/support/users/vor78/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/multiple-users-23/#post-14379128)
 * Status: resolved