Hi @marune,
We’re definitely here to help on this.
As a bit of backstory/explanation, the forms (as well as donations and donors) are saved to the WordPress database, and updating the plugin is making changes to the file structure (not the database) so the act of updating should have no bearing on what remains true in the database. The way GiveWP interacts with the database to display the forms, donors, and donations is through the settings, which are saved to the wp_options table in the database. It sounds like something during the update (or around the same time) has essentially “unhooked” the GiveWP settings.
So the first step is to go in and see if the settings are still saved correctly. Navigate to Donations > Settings and browse through to see if things are set as you had them before the update. Sometimes simply saving the settings again will refresh things and make stuff show up.
The next thing that can fool GiveWP into thinking things are not there when they really are is that on certain updates GiveWP runs through database updates after the files update. If those DB updates are prevented for some reason, it can lead to GiveWP essentially looking in the wrong spot for those donation forms, donors, etc.
When you update to a new version of GiveWP, there is sometimes a prompt to run database updates, so make sure that there is not a prompt for that, and if there it, click to run those updates.
Finally, if none of those options work, you need to look into the database itself to see if the forms are there. A tool like phpMyAdmin will work for that, and your host can help with that. The forms are saved in the wp_posts table. Here’s a screencast showing how I located the forms in my database on a test install:
https://somup.com/cYnXDlhIlO
If the form is truly not there in the database, you would need to recreate it, and none of the donations to older forms would show up on the counter.
I’m happy to keep digging here, but would need a bit more context.
What version did you update from?
Also, please send along your System Info.
Navigate to Donations –> Tools –> System Info (tab) and click the button to “Get System Report” and copy/paste that in your reply here.
?
?That will give me some more context to be able to help.
Thanks!