I have a multiple page (10). People can post photos and comment it. And they can submit as many photos as they like (max. 10). I would like to have two optinos for the user - to go further ("Next page") and if he doesn't want go go further - to save a page - that is submit only two photos or submit 10. How to add submit option (save) after every page break. Thx.

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

You could do two things to make this work easily with Webform:

1) Add a conditional to your components so that it will skip the next page if the component has a particular value. e.g. "Add another photo after this one" could be a checkbox. The next page is only shown if this checkbox is checked.
2) Enable saving drafts on the form and have it auto-save a draft after every page submission. You can do this under the Webform -> Form Settings tab.

Because this issue is so old, I'm closing it directly. Please reopen if you have further questions on this topic.