Hello

I created a bunch of forms using webform module in a test drupal site. I need to move it to another drupal installation. I tried installation webform module in the new drupal site, copied the following tables from test drupal mysql database to the new drupal site mysql database

webform
webform_component
webform_submissions
webform_submitted_data

But I guess that nid,pid,cid are interfering. What do these stand for? Node ID,????? and is this the right way to move? cuz I don't want to create all the forms from scratch in the new website.

Thanks.

Comments

uhsarp’s picture

Assigned: uhsarp » Unassigned
quicksketch’s picture

You can move an entire Webform (but not its current results) using the Node export module.

quicksketch’s picture

Status: Active » Closed (fixed)