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?

CommentFileSizeAuthor
#6 field-label-fixed.PNG60.79 KBemptyvoid
#4 field-label.PNG63.11 KBemptyvoid

Comments

quicksketch’s picture

Status: Active » Fixed

You 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.

jimcaruso’s picture

I am very impressed to see you working at 4:38am. (I'm following this issue. )

emptyvoid’s picture

Hmm, 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

emptyvoid’s picture

StatusFileSize
new63.11 KB

Sadly 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.

Textfield properties with no label

I guess I'll revert to the default webform GUI for now and try to debug it when I have the time.

quicksketch’s picture

Try this:

git clone --branch 7.x-3.x http://git.drupal.org/project/webform.git

Or this:

drush dl --select --all webform

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.

emptyvoid’s picture

StatusFileSize
new60.79 KB

That did the trick!

Using the dev release from git provides the properties needed.

webform example with fields

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.