Are you referring to Multi-Page forms? If so, multi-page forms are only submitted and notifications executed after the final page is submitted. So you notifications only happen when the form is submitted, and submitting a page is not the same as submitting a form.
If you want notifications to be triggered after each form page is submitted you would have to do this by stringing together multiple forms, not using page breaks.
Create each form and then set the Confirmation Redirect to redirect to the next form. Then configure the notifications for each form accordingly.
Posted 14 years ago on Wednesday March 2, 2011 |
Permalink