Tabbed form in chronoform 5

Process tabs as independent forms in ChronoForms.

Overview

ChronoForms treats a tabbed form as a single form, so tabs cannot be submitted separately by default.
Use a separate tab component to contain multiple independent forms, or carefully manage validation and submission for a single form with multiple submit buttons.

Answered
da dariegler 04 Mar, 2015
i have a tabbed form that i want to process as independent forms. can i do this just by picking a tab and submit? i want to have required fields in each form and not to be affected by other forms. Is this possible or do i define the containers as a different type.
dave
ca calculus00 04 Mar, 2015
Hello dariegler,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:

How can I build a tabbed form?
P.S: I'm just an automated service😉
Gr GreyHead 06 Mar, 2015
Answer
1 Likes
Hi Dave,

ChronoForms treats a tabbed form as a single form. If you need a set of different forms in tabs then I think you'd need to use some other tab component to contain a set of separate forms - and then there are some problems with making sure that Captchas are independent if you use them.

You could use a single tabbed form with a submit button on each tab but they would all submit to the same place and you would need to handle validation very carefully.

Bob
da dariegler 06 Mar, 2015
thanks, that answered my question😀
This topic is locked and no more replies can be posted.