not sure what happened, i was able to add a few, then i updated to 7.x-1.x dev and tried to create a new form.

when i add a new ajax page component to the form, this is what I get:

Notice: Undefined index: name in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: mandatory in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: pid in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: weight in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: name in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: mandatory in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: pid in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: weight in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: name in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: mandatory in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: pid in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: weight in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: name in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: mandatory in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: pid in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: weight in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: name in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: mandatory in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: pid in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).
Notice: Undefined index: weight in webform_menu_component_load() (line 386 of /[drupal_path]/sites/all/modules/webform/webform.module).

Comments

attiks’s picture

What version of webform are you using

tmsimont’s picture

7-3.18

ignat.volosky’s picture

Title: can't add pages in UI » conflict with field_group ?
Assigned: Unassigned » ignat.volosky

Are you using in your project "Field Group" module? I had same problem and it solved after disabling this module.

UPD: Sorry, but it's no problem with Field Group. As I can see, webform save normal if use for it building Form Builder Webform module. But if I use standart UI, I have this problem again.

attiks’s picture

Is this still a problem, if so can you list the relevant modules and their versions

tmsimont’s picture

I'm not sure what Svetozarrr is saying, but I ended up just uninstalling this module and using Webform Ajax instead.

There were too many issues with the latest release and dev version of this module. I got all these PHP notices that I mentioned in the original post, and there were also issues with anonymous users and caching.

Have you considered joining forces with the Webform Ajax module?