Drupal's webform module is awesome for building forms, but since my form is very long, 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.