Hi, I am using drupal 6.20, and I am usign webform, webform conditional, form builder, and form builder web UI (all of this modules are enabled).

What its happening is the next:

When I disable "form builder web UI", I can use webform in its normal use. And I can create conditional rules in its field components for changing its visibility depends the values of other fields.

But when I enable "form builder web UI" I can use drag and drop interface (it´s cool! and easier!) but I can´t see the conditional rules for visibility.

Has anyone the same problem than me? is there any solution?

Thank you!

Comments

tedbow’s picture

Status: Active » Postponed

pebels, I just tested this out and can confirm that it doesn't work with this module. Form Builder also appears not to work with the regular Conditional Rules of Webform.

I MAY in the future have time to work on making this module work with Form Builder but since Form Builder and it's APIs are still in development I will not be able make it compatible now.

From the Form Builder project page:

Do not use this project on any production system whatsoever or attempt to implement its APIs, as they are guaranteed to change.

My main focus for Webform Conditional is getting ready a stable release.

kbell’s picture

This is the same issue I reported in a previous post, about the movement of the "Add a Field" behind the form options, as it turns out, so it would be nice to add that documentation here, to this thread.

pebels’s picture

Thanks for all your answers, I only wanted to know if there was a solution, because I am making a proyect and I would like to use a easier interface (like form builder web ui) but I would like to have the conditional rules top show or not some fields form.
I suposse I have to wait.
Thank you so much.

tedbow’s picture

Priority: Normal » Minor
Show-awf’s picture

Version: 6.x-1.x-dev » 7.x-1.0-alpha2
Assigned: Unassigned » Show-awf
Priority: Minor » Critical
Status: Postponed » Active

Good Day, I installed the Form builder Node UI on my shared server and it created a bunch of field tabs in my menu. However when i click on them i see a lot of error messages. so i disabled the module. here is what i get on them:

Warning: Missing argument 3 for node_form(), called in /sites/all/modules/form_builder/modules/node.inc on line 413 and defined in node_form() (line 83 of /site/modules/node/node.pages.inc).
Notice: Undefined property: stdClass::$type in node_object_prepare() (line 939 of /site/modules/node/node.module).
Notice: Undefined property: stdClass::$type in _node_extract_type() (line 370 of /site/modules/node/node.module).
Notice: Undefined property: stdClass::$type in webform_node_prepare() (line 1157 of /site/site/all/modules/webform/webform.module).
Notice: Undefined property: stdClass::$type in comment_node_prepare() (line 1281 of /site/modules/comment/comment.module).
Notice: Undefined property: stdClass::$type in menu_node_prepare() (line 569 of /site/modules/menu/menu.module).
Notice: Undefined property: stdClass::$type in translation_node_prepare() (line 266 of /site/modules/translation/translation.module).
Notice: Undefined property: stdClass::$type in _node_extract_type() (line 370 of /site/modules/node/node.module).
Notice: Undefined property: stdClass::$type in node_form() (line 270 of /site/modules/node/node.pages.inc).
Notice: Undefined property: stdClass::$type in node_form() (line 276 of /site/modules/node/node.pages.inc).
Notice: Undefined property: stdClass::$type in node_form() (line 297 of /site/modules/node/node.pages.inc).
Notice: Undefined property: stdClass::$language in node_form() (line 302 of /site/modules/node/node.pages.inc).
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7501 of /site/includes/common.inc).

tedbow’s picture

Version: 7.x-1.0-alpha2 » 6.x-1.x-dev
Assigned: Show-awf » Unassigned
Priority: Critical » Minor
Status: Active » Postponed

@Show-awf, I think you have post this comment in the wrong issue queue. This is for Webform Conditional (Same Page Conditionals)

Resetting thread status

sk2013’s picture

Issue summary: View changes

Is there any update on integrating with form builder? Would appreciate any pointer on copying this module code as a patch in the appropriate areas of the code in the form builder module.

Request help or if someone has done similar exercise, Please provide the code.

tedbow’s picture

Status: Postponed » Closed (won't fix)

No, I am the maintainer of this module, I don't have time to implement as this would be a very large effort.
I am changing to "won't fix"

tedbow’s picture

Category: Bug report » Feature request
sk2013’s picture

Thanks for the update. What we request is a pointer so that some one can fix this or implement a solution as you have the knowledge and expertise
Thanks for the help

tedbow’s picture

Category: Feature request » Support request

@sk2013 are you using Drupal 6? If you are using Drupal 7 I would suggesting using Webform 4.x so you don't have to use this module at all.

sk2013’s picture

Thanks for update @tedbow. It really helps.