Drupal web forms that can be half-filled and remember my input when I come back
Drupal's webform module is awesome for building forms, but since my form is very long,开发者_Python百科 I'd like my users to be able to:
- Fill in some data,
- Save them (without submitting the form)
- Do something else and finally
- Come back after some time to fill in the rest of the data and submit.
Is there a way to do this?
I suppose this is a common issue since long forms are hard to fill-in all at once.
Apparently, partial save has been part of webform module for awhile, but there're some issues with it. Check this.
You could do this in a custom module, but I don't know of any ready made solution.
Also, I don't think this is a common issue, I have never seen forms that on a webpage where you needed so much time to fill it in, that you needed to save the work, before being able to complete it.
You should seriously review the usability of such forms, if they are so time consuming to complete, are all the fields really needed, could this be done in an alternate and better way?
精彩评论