Noticed all the contact forms on one of my domains that I built in form builder is showing the error...
Fatal error: Call to undefined function json_decode() in /home/storksnm/public_html/contact_form/fbapp/php/config.cls.php on line 351
This can be seen at http://www.storksnmore.net/contact.php and other pages on that domain like
http://www.storksnmore.net/testimonial_submit.php
I tried re-saving the form in form builder and I even deleted all files on the server before uploading the newly exported forms and it still is happening. The weird thing is tha I have a VPS and have numerous other forms up and running on other websites on the same server and they are working just fine as can be seen here ... http://www.disneytrivia.net/contact.php
If need be, Line 351 of the error file reads
$this->config = json_decode( substr( $txt, strpos( $txt, "{" ) ) );