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
dave
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😉
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😉
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
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
This topic is locked and no more replies can be posted.