Hey guys! I really need your help. I am working on a site for an international sport event and i need to make an entry form for the participating countries. Every country can write into the form 10 athletes (bodyweight,name,surname,date of birth, +1 or 2 columns) so with all this it would be a really big form. And now i would like to record each row (athlete) as one record into the table, so i wont get a very massive table but just a table with 6 or 7 columns.
I am a beginner with chronoform please help me. Iam using joomla 2.5.
I am a beginner with chronoform please help me. Iam using joomla 2.5.
Hi Value.SVK ,
The simplest way is to make this two forms, the first for the team entry and then repeat the second one ten times for the athletes.
Bob
The simplest way is to make this two forms, the first for the team entry and then repeat the second one ten times for the athletes.
Bob
yeah... but i would like to have it on one place...😟 so its not possible to make it somehow?
Hi Value.SVK,
Yes, it's just more work to manage it all. I'd use PHP to generate the ten copies of the athlete input block, save the results in arrays and use Custom PHP after submission to unpack the result arrays and save the records you need.
Test with a very simple form (maybe just one input) to get the process flow working then buidl the full version.
Bob
Yes, it's just more work to manage it all. I'd use PHP to generate the ten copies of the athlete input block, save the results in arrays and use Custom PHP after submission to unpack the result arrays and save the records you need.
Test with a very simple form (maybe just one input) to get the process flow working then buidl the full version.
Bob
This topic is locked and no more replies can be posted.