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

colemanw’s picture

I'm unable to reproduce this. Can you give more details?

jjmackow’s picture

Version: 7.x-1.1 » 7.x-1.x-dev

I'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.

colemanw’s picture

Status: Active » Fixed

I've added a sanity check to ensure we don't generate a fatal error. That should fix this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.