Summary:
cgbf_myfieldname= giving error
Detailed Description:
The documentation says you can set a field value by using:
{CGBetterForms form='myform' cgbf_myfieldname='somevalue'}
But this doesn't work, and gives the following warning in the error log:
PHP Warning: Parameter cgbf_myfieldname is not known by module CGBetterForms
dropped in /path/lib/classes/class.CMSModule.php on line 645
(form has a field with the name myfieldname)