Closed (won't fix)
Project:
Webform
Version:
5.x-2.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 11:09 UTC
Updated:
23 Sep 2011 at 16:16 UTC
I would like to pre-populate the fields with the last submitted form data if any. How to do this?
Comments
Comment #1
quicksketchSee if #226907: Patch adding save draft feature accomplishes what you're looking for. Continuously prepopulating the form with the last submitted values (of other users) does not seem like a common use-case and won't be added to the module. If you need it for a site, I'd suggest trying to hook_form_alter() the values in with a custom module.
Comment #2
jpamental commentedGlad I found this - it's actually a great solution for our use case: using web form module for school applications where parents have lots of info that carries over from one form to the next (i.e. multiple children) - more than we want in the user profile. Going to give this a whirl. (in D6 with the info from the link you posted above)
Jason