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
None of these answer my question
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
thanks, that answered my question😀