I have a requirement to produce a form using Contour that is a multi-step form. We need to be able to track each step within the form using a unique URL
I had thought we may have been able to append a querystring to the URL (i.e. ?step=1), but I am unsure how to achieve this as we progress through the steps of the form. Or if it is even possible with Contour.
We did try appending the querystring to the action of the form when redering the form, but this wasn't successful as when there were form validation errors, it would go to the next step, but still actually rendering the previous step highlighting the validation errors.
Maybe, If there was a way to pick out the step to render, then I guess that would work. But we would need to determine if the previous step was submitted successfully or not, so that we can decided to display that step again or display the next step.
Contour Multi Step Form on Separate Pages
Hello,
I have a requirement to produce a form using Contour that is a multi-step form. We need to be able to track each step within the form using a unique URL
I had thought we may have been able to append a querystring to the URL (i.e. ?step=1), but I am unsure how to achieve this as we progress through the steps of the form. Or if it is even possible with Contour.
We did try appending the querystring to the action of the form when redering the form, but this wasn't successful as when there were form validation errors, it would go to the next step, but still actually rendering the previous step highlighting the validation errors.
Maybe, If there was a way to pick out the step to render, then I guess that would work. But we would need to determine if the previous step was submitted successfully or not, so that we can decided to display that step again or display the next step.
Can this be achieved?
We are using Contour version 3.0.17
Thanks, Chris
is working on a reply...