Loaded the most recent release, I can add field types to the builder. However, I can't define the title/label for any of them.
I have attempted to track down the definition of each field type (in form_builder.api.php and form_builder.module) however the "title" property does not appear to load into the "display" tab when editing a field.
Shouldn't a textfield entitled "label" exist above or below the "label orientation" options?
Think the property missing is the "['title_display']" should this be applied to the field definitions?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | field-label-fixed.PNG | 60.79 KB | emptyvoid |
| #4 | field-label.PNG | 63.11 KB | emptyvoid |
Comments
Comment #1
quicksketchYou need to use the dev release of Webform with the dev release of Form Builder. If you're using the stable of webform and the dev release of Form Builder, the title field indeed appears missing.
Comment #2
jimcaruso commentedI am very impressed to see you working at 4:38am. (I'm following this issue. )
Comment #3
emptyvoid commentedHmm, the dev branch of webform isn't available from the project page.
git clone --branch 7.x-3.9-hotfix http://git.drupal.org/project/webform.git
If the the newest tag, I have checked out from "head" to get the latest and greatest. I'll test to see if this solves the problem.
BRB
Comment #4
emptyvoid commentedSadly updating the head release didn't appear to fix the problem. I cleared the cache several times and ran update for good measure.
Should I totally uninstall/reinstall webform and then test again?
Based on the source code the collection and validation of the field properties is accomplished at run time. So I don't think a totally reinstall will do any good. The image below shows what i'm "not" seeing.
I guess I'll revert to the default webform GUI for now and try to debug it when I have the time.
Comment #5
quicksketchTry this:
Or this:
The 3.9 "hotfix" branch definitely is not the latest code. Neither is what's in "master". The 7.x-3.x branch is the latest code for Webform.
Comment #6
emptyvoid commentedThat did the trick!
Using the dev release from git provides the properties needed.