Every page except for the page that has the form from FormBuilder is showing this message "Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/formbuilder/formbuilder.php on line 881"
Please help me.
Thank you
Every page except for the page that has the form from FormBuilder is showing this message "Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/formbuilder/formbuilder.php on line 881"
Please help me.
Thank you
I have got the same error !
is there any solution please?
alematgebru@gmail.com
email me your tip
Change formbuilder.php on line 881 from this:
foreach($formbuilder_formDisplayArray as $formID=>$result)
... to this:
foreach($formbuilder_formDisplayArray as $formID->$result)
Looks like a minor typo of a "=" versus a "-" ... worked for me hope it helps.
You must log in to post.