Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Seen is a small module which tracks which users have viewed a particular node (based on node access records), and provides this information as a tab on each node.
It will migrate all nodes of the webform node type (with the default D6 fields using migrate_d2d backend), all the configuration* of the webform's settings, the form components, email destinations, submissions and associated submission data, in addition to any validation configuration you have (from webform_validation module). It grabs the "last downloaded" data too, in case your users were downloading sequential batches since the last time they were on the site.
Installation notes
See the README.txt file for complete details!
Roles the users enabled will be transferred with the migration by comparing the machine name on the source and destination. It does NOT have the ability to hook into an existing migration class yet.
Default values are migrated BUT, only the "user email" token is converted to the new format, so the rest show a warning with a link to each created node, which is annoying, but "helpful" if you're just dealing with a small site. Patches welcome for improving this.
Body text does not get reviewed for use of tokens. I have code for that which I have used in another migration so it is possible to implement.
Makes form validation error messages more usable, by linking the error message to the relevant field. This probably makes form validation errors suck less for screen readers.
When ever we have a image field, we use upload button to upload the images to the server. But layman or end users will find it hard to see the file name.