I am making a webform for registration and will like to convert the responses into nodes where I can tag the file that was submitted to the person and publish it. Is there anyway to do this?
Category:
- Question
1/14/15
With the launch of the MIT Sites service, Drupal Cloud is being phased out. Effective January 2, 2024, no new Drupal Cloud sites will be created. Students, faculty, and staff are invited to visit sites.mit.edu to create a new MIT website.
I am making a webform for registration and will like to convert the responses into nodes where I can tag the file that was submitted to the person and publish it. Is there anyway to do this?
1/14/15
asphodel@mit.edu
I don't believe there is an automated way to do this on Drupal Cloud. A semi-automatic method that may work, if you want to go into the intricacies of the Feeds module, is to download your webform responses into a delimited file, manually manipulate the delimited file into a form Feeds will accept, and re-import.
Have you considered perhaps using a new Content Type with custom Fields and having your users create Nodes directly instead of Webform responses? I don't know what your requirements are, so I'm just throwing that out there.
1/15/15
lmoh@mit.edu
Thanks for the suggestions! I will look into creating a new Content type and create the nodes directly. That sounds possible.
1/16/15