Report of Wordpress users

Asked

Viewed 146 times

0

I need to pull up a report with the information Name, City, Store Type and E-mail that were registered from a registration form.
Is there any plugin that I can pull this report with this information?

1 answer

1


First you have to make sure that this information exists in your Wordpress database.

If the user signed up by the common Wordpress registration form, there will be no such information.

In case if he signed up from some plugin you have, the plugin itself would have to display you this information.

The best you have to do is to enter the database and see in which table this information was saved and run a SELECT query * from SUA_TABELA, so you could view the information.

I do not know if this is what you wanted, otherwise try to reformulate your question, I’ve used Wordpress for a long time and I know well the database of it, this type of registration form is not his standard.

Edit: You can also check for some options in "Tools" in Wordpress, I believe it is difficult a plugin that just register but not display what you have registered.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.