I have a new requirement where, each step of the form are categorized as a category. So step1 is a category, similarly step2 is next category. The basic of multi-step form is working nicely. What I would like to have is a seperate list of category where user could click on any could navigate to the particular step.
Is that possible to be made using the Contour API??
Easiest would be to modify the form view and output everything on a single page but do some jquery stuff so it outputs in different tabs that you can then navigate
Tim, I am interested in making a multi-tab solution. One tab will have a contact form and another tab will have a business inquiry form. Is this possible with each having mandatory fields and each having different workflows after submission?
You could do that fairly easily in the tpage templates themselves. Just embed both forms on the same page, with markup around them for the tabs. In theory you can have as many forms on a page as you like, they should all have their own validation groups, so they should work completely independantly of each other. As each form is completely separate, you can have separate workflows as well.
Create seperate multi-step navigation in Contour
Hi to all,
I have a new requirement where, each step of the form are categorized as a category. So step1 is a category, similarly step2 is next category. The basic of multi-step form is working nicely. What I would like to have is a seperate list of category where user could click on any could navigate to the particular step.
Is that possible to be made using the Contour API??
Comment author was deleted
Easiest would be to modify the form view and output everything on a single page but do some jquery stuff so it outputs in different tabs that you can then navigate
Thanks for the idea Tim, will try to do so and let you know about my progress.
Comment author was deleted
Great only tricky thing would be to set the value of the hidden field that stored the current page step to the latest step before submitting
Tim, I am interested in making a multi-tab solution. One tab will have a contact form and another tab will have a business inquiry form. Is this possible with each having mandatory fields and each having different workflows after submission?
Thanks in advance.
You could do that fairly easily in the tpage templates themselves. Just embed both forms on the same page, with markup around them for the tabs. In theory you can have as many forms on a page as you like, they should all have their own validation groups, so they should work completely independantly of each other. As each form is completely separate, you can have separate workflows as well.
is working on a reply...