I am creating a form which enable group registration.
I understand every time a user enter a new entry, the database will be recorded. Can I create a form which enable to register more than 1 entry.
For example, there is 20 members in a group and need to register by single person and need it to be in a single page. When submit button is hit, all the 20 entry is recorded in the database with different cf_id. After that, I can back up the form in excel.
Hope that anyone can help me... I have been sitting here all day just to figure out how to do it...
I understand every time a user enter a new entry, the database will be recorded. Can I create a form which enable to register more than 1 entry.
For example, there is 20 members in a group and need to register by single person and need it to be in a single page. When submit button is hit, all the 20 entry is recorded in the database with different cf_id. After that, I can back up the form in excel.
Hope that anyone can help me... I have been sitting here all day just to figure out how to do it...
Hi meow_1978,
Technically it's possible but you'd need to write it from scratch. The ChronoForms plugin only supports a single login.
In the OnSubmit Box you'd need to adapt the Joomla Registration code to work in a loop and go through all of the 20 entries registering them one at a time.
I was looking for CSV upload code recently and found a couple of tools intended for the bulk uploading of Joomla members from a CVS file - one of those might have the code you need?
Bob
Technically it's possible but you'd need to write it from scratch. The ChronoForms plugin only supports a single login.
In the OnSubmit Box you'd need to adapt the Joomla Registration code to work in a loop and go through all of the 20 entries registering them one at a time.
I was looking for CSV upload code recently and found a couple of tools intended for the bulk uploading of Joomla members from a CVS file - one of those might have the code you need?
Bob
This topic is locked and no more replies can be posted.