Hi,
I am developing a simple form to submit papers for a conference. I have 4 tables: paper, author, topic and papertopic.
As a paper may have an undefined number of authors, in my submit form I decided to use the multiplier feature. For each author I have the following fields: id_paper, first_name, last_name, email, and so on.
Everything is working fine when I submit data, the problem comes out if I want to edit a submission; I am able to retrieve all other info from other tables correctly, but not for author table.
How can I get a number of "multiplied" containers equal to number of authors submitted? And how can I fill the "multiplied" authors fields?
Thank you in advance!
Regards,
Alessandro
I am developing a simple form to submit papers for a conference. I have 4 tables: paper, author, topic and papertopic.
As a paper may have an undefined number of authors, in my submit form I decided to use the multiplier feature. For each author I have the following fields: id_paper, first_name, last_name, email, and so on.
Everything is working fine when I submit data, the problem comes out if I want to edit a submission; I am able to retrieve all other info from other tables correctly, but not for author table.
How can I get a number of "multiplied" containers equal to number of authors submitted? And how can I fill the "multiplied" authors fields?
Thank you in advance!
Regards,
Alessandro