We are using a module with webform 4.x dependency and would like to export webforms. Please port this module to support Webform 4.x.

Comments

duaelfr’s picture

That would be great. I didn't planned it for now, though.
You might start working on it and provide a patch or fund me for this.

jasonawant’s picture

Status: Active » Closed (works as designed)

Hi,

This already works together with webform 4.x.

sebastix’s picture

Status: Closed (works as designed) » Active

@jasonawant
I tried this module (7.x-3.0-beta3) with the 4.x branch of webform, but I wasn't able to select webforms in the features UI.
When I switch to the 3.x branch of webform, it is working and I'm able to select my webforms in the features UI.

These are the other modules which I'm using in combination with webform and webform_features

Webform_uuid - 7.x-1.1
UUID - 7.x-1.0-alpha6

jasonawant’s picture

Hi Sebastian,

I'm using the same versions as you. I'm not using the Features UI though, and instead using drush; not sure why the 2 would not match up.

Are you using drush at all? What do you when use drush fc webform?

For more info about using drush to manage features, see this post > http://dannyenglander.com/blog/features-drush-drupal-goodness.

Jason.

sebastix’s picture

Hi Jason,

Yes, I'm familiar with Drush but I'm not using it much for creating/updating my features. Especially when I've a lot of webform I would like to select the UI is working better for my to select the correct webform nodes. I should give it a try to find with Drush :)
I've also found a workaround with uuid_node module for creating a feature with all the webform nodes.

miteshmap’s picture

Hi Sebastian,
you are right, 7.x-3.x version of module wouldn't work with webform-4.x as expected. But you can try 7.x-4.x version (which is normally working),
which is still under development, but you can try and post issues, if you face any with that version.
git clone --branch 7.x-4.x http://git.drupal.org/project/webform_features.git

El Alemaño’s picture

Hi,
I try 7.x-4.x version and drush fc is not showing nothing, any idea what I am doing wrong?