How can I get lost form data back? [closed]
It depends on how the plugin saves data. If it just processes the data (sending an email, for example), then the submitted data is lost. If the plugin stores the data, it may be in the backup copies of your database, depending on when the backups were done relative to the form submittal. (You do … Read more