new issue with form generator on a live site
3 posts by 2 authors in: Forums > CMS Builder
Last Post: Yesterday at 5:51pm (RSS)
By Codee - Monday at 3:37pm - edited: Monday at 3:39pm
Hello IT,
I've tested this form a LOT but I think that was prior to upgrading to v1.03 of the plugin with CMSB v3.84 (Build 3130) . Once the form is filled in by a visitor and clicks "submit" this error pops up in the browser:
Error: Column 'hidden' cannot be null in /home/xxxxxx/public_html/cecmsuAdminxxxx/plugins/formgenerator_1-03/formGenerator/formGenerator.php:125
By Dave - Yesterday at 5:22pm
Hi Codee,
In the code block for $colsToValues, what is 'hidden' set to? And can you try setting it to 0 (that's a zero)?
If that doesn't work, feel free to attach your form and/or email me at dave@interactivetools.com.
Hope that helps!
interactivetools.com
By Codee - Yesterday at 5:51pm
Thank you, Dave! Setting 'hidden' to '0' in the array block corrected the issue. Quote form works perfectly once again and deposits the record into the database. Cheers!