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
Comment #1
tedbowpebels, 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:
My main focus for Webform Conditional is getting ready a stable release.
Comment #2
kbell commentedThis 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.
Comment #3
pebels commentedThanks 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.
Comment #4
tedbowComment #5
Show-awf commentedGood 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).
Comment #6
tedbow@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
Comment #7
sk2013 commentedIs 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.
Comment #8
tedbowNo, 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"
Comment #9
tedbowComment #10
sk2013 commentedThanks 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
Comment #11
tedbow@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.
Comment #12
sk2013 commentedThanks for update @tedbow. It really helps.