Hi I am running Form Builder and Form Builder UI 7.x-1.3. I had the modules installed on my local
host and everything worked fine. Though when putting them on my server and using the configure options in Form Builder UI for checkboxes and selectors, this option will not work. When I select the configure option the loading icon shows up but the configure display panel never loads. I think that this is a great module and would love to use it, does anyone have any idea what the problem could be.
Comments
Comment #1
cbaker007 commentedThis is my exact problem.
I have installed and enabled:
Drupal 7.21, Form builder 7.x-1.3
Form builder Webform UI 7.x-1.3
Options element 7.x-1.8
Select (or other) 7.x-2.15
Webform 7.x-3.18
Webform Validation 7.x-1.2
I can create forms, add fields like textboxes, etc. I can even add Select Lists and Radios to the form. Everything seems to work EXCEPT I CAN'T EDIT the Select Lists or Radios. When you try to edit them, the progress "circle" just spins and nothing happens.
Sec1214, did you ever get this working? If so, how?
Comment #2
cbaker007 commentedNOTE: I cleared the log and then tried editing a "Select List" which produced two errors:
Type: php
Date: Saturday, March 16, 2013 - 06:13
User: xxxxx
Location: http://xxx.xxx.xxx/?q=admin/build/form-builder/configure/webform/9/cid_1...
Referrer: http://xxx.xxx.xxx/?q=node%2F9%2Fwebform&render=overlay
Message: Warning: Invalid argument supplied for foreach() in element_children() (line 6370 of /home/netspe6/public_html/ngss/includes/common.inc).
Severity: warning
AND
Type: access denied
Date: Saturday, March 16, 2013 - 06:13
User: xxxxx
Location: http://xxx.xxx.xxx/?q=admin/build/form-builder/configure/webform/9/cid_1...
Referrer: http://xxx.xxx.xxx/?q=node%2F9%2Fwebform&render=overlay
Message: admin/build/form-builder/configure/webform/9/cid_12
Severity: warning
Why would access be denied? Where are these permissions set - within the filesystem or within Drupal?
Comment #3
cbaker007 commentedAdditionally, I have gone into the admin/modules area and found "Webform" at the bottom, went into "Permissions" and made sure that everything in the whole list was enabled for admin roles.
Still wasn't working so I "disabled" "Form Builder". I was able to edit the form without "Form Builder" and add a Select List with options. So it appears to be related to "Form Builder" and the interaction with "Options Group" or "Webform". Re-enabled "Form Builder" and still not working. (My changes without form builder were lost.)
Additionally, I have more errors with "Form Builder" enabled again but I am thinking they are related to the fact that I added fields outside of "Form Builder" and then enabled it and tried to edit the form. One of the field types I added was from a module not supported in "Form Builder" called "Webform Layout" so I am not sure this is related... Example new error:
Type: php
Date: Saturday, March 16, 2013 - 07:06
User: cbaker
Location: http://xxx.xxx.xxx/?q=admin/build/form-builder/configure/webform/9/new_1...
Referrer: http://xxx.xxx.xxx/?q=node%2F9%2Fwebform&render=overlay
Message: Notice: Undefined index: conditional_component in webform_component_edit_form() (line 547 of /home/netspe6/public_html/ngss/sites/all/modules/webform/includes/webform.components.inc).
Severity: notice
I even disabled and uninstalled all three "Form Builder" Modules (builder, examples, ui), then deleted the folders from sites/all in FTP. Then I re-installed the developer version of "Form Builder" (7.x-1.3+1-dev) and enabled it. Tried to create a new "Webform" with a "Select List". Same thing ... I can add the Select List but I can't edit the field to set the options ... progress wheel just spins!
Comment #4
cbaker007 commentedOk, I solved the problem myself. I know how, just don't know why. I was also having a problem with "drag and drop" in being able to "re-order" items (say in structure/blocks). In researching this, I found that going into configuration/development/performance/aggregate JavaScript files ... by checking this box, my drag n drop started to work AND SO DID MY ABILITY TO EDIT SELECT LISTS IN FORM BUILDER!!!
Comment #5
quicksketchHi @cbaker007, glad you figured out a temporary solution for your problem. If disabling JS aggregation solved the problem for you, it indicates that one of the JS files you have on your site is not properly formatted, and enabling JS aggregation results in this one poorly formatted file breaking a bunch of the other JS on your site. You should try checking which modules are adding .js files to your pages and disabling individual modules while aggregation is enabled until the problem goes away, then you'll identify which module is the actual cause of the problem. JS aggregation by itself doesn't usually cause problems: it's usually the fault of files that are getting aggregated.