Hello, I am designing a form that would contain two parts:
1. group with fields that don't need to be repeated;
2. group of fields that needs to be repeated (multiplied) with many fields, including two file uploads. The repeated item number may vary.
The example would be the Sports Team where 1.st group would be general information about the Team and 2.nd group would be the information about each Sportist including pictures.
Is it possible to do so that 1st group would be on Page1, and next following pages would contain 2nd group information for each sportist - Page2 for Sportist1, Page3 for Sportist2, etc...?
Moreover - is it possible that after pressing ADD button all the information including file uploads about one sportist would save in DB and files would be uploaded?
or if this is not possible -
is it possible to add the button that would save each repeater group separately in DB?
or perhaps there is some other solution that is sucessfully implemented for similar case?
The main reason is to avoid many files to be uploaded and validated at once that might cause an error - that is the problem for existing form with repeater.
Hoping for some idas -
Elita
1. group with fields that don't need to be repeated;
2. group of fields that needs to be repeated (multiplied) with many fields, including two file uploads. The repeated item number may vary.
The example would be the Sports Team where 1.st group would be general information about the Team and 2.nd group would be the information about each Sportist including pictures.
Is it possible to do so that 1st group would be on Page1, and next following pages would contain 2nd group information for each sportist - Page2 for Sportist1, Page3 for Sportist2, etc...?
Moreover - is it possible that after pressing ADD button all the information including file uploads about one sportist would save in DB and files would be uploaded?
or if this is not possible -
is it possible to add the button that would save each repeater group separately in DB?
or perhaps there is some other solution that is sucessfully implemented for similar case?
The main reason is to avoid many files to be uploaded and validated at once that might cause an error - that is the problem for existing form with repeater.
Hoping for some idas -
Elita