I think I’ve found a fix.
Just replaced “include “helpers.php;” ” with “include_once “helpers.php”; ” in the wordpress-form-manager.php file and now it works.
Thanks for your great work.
The error is: PHP Fatal error: Cannot redeclare format_string_for_js() (previously declared in /(…)/wordpress/wp-content/plugins/wordpress-form-manager/helpers.php:3) in /(…)/wordpress/wp-content/plugins/wordpress-form-manager/helpers.php
* (…) == domain folder.
Same problem here. Any idea, anyone? 🙂
I’m having the same error on that file. It says the function in line 3 is being re-declared, in the site error log.