I’ve got 105 forms and I need to change the recipient email address to one specific email for all forms. My initial move was to go into the SQL database and Find and Replace all of those emails, which I did. Now, it’s not recognizing the forms but it does list the id’s with no names in the Quform area of the wordpress backend. When I got to update the active themes cache it gives me these errors:
Warning: Invalid argument supplied for foreach() in /home/content/75/11536875/html/wp-content/plugins/iphorm-form-builder/admin/admin.php on line 3315
When I look at the SQL table file, the only difference is the recipient email and nothing else. Why would it be doing this?