I see this error when navigating to Configuration pages, as soon as this module is enabled:
Fatal error: Call to undefined function _form_builder_webform_default() in /home/agilelab/public_html/newsite/sites/all/modules/webform_autocomplete/webform_autocomplete.module on line 104
The field type 'autocomplete' is offered for webforms, though when the module is enabled
Comments
Comment #1
colemanw commentedI'm unable to reproduce this. Can you give more details?
Comment #2
jjmackow commentedI'm getting the same this error also, identical code.
I can see the the form_builder module also makes calls to this function within the form_builder_webform.component.inc file, but stuck at this point.
Comment #3
colemanw commentedI've added a sanity check to ensure we don't generate a fatal error. That should fix this issue.