Hello!
I have a simple form with a field and a button to add other identical fields.
All input fields are stored in one array (<input type="text" name="email[]">).
My problem is:
-when i access to the table from chronoconnectivity I would like to access to any single array element; now I have an {email} tag in my chronoconnectivity body but, of course, it prints out something like "myemail1, myemail2, myemail3" etc.
-if I click edit_record button, my email fields are not filled with database data.
Thank you for you help!
I have a simple form with a field and a button to add other identical fields.
All input fields are stored in one array (<input type="text" name="email[]">).
My problem is:
-when i access to the table from chronoconnectivity I would like to access to any single array element; now I have an {email} tag in my chronoconnectivity body but, of course, it prints out something like "myemail1, myemail2, myemail3" etc.
-if I click edit_record button, my email fields are not filled with database data.
Thank you for you help!