hi all.
I just wanna know how or is it possible to save multiple data in a single field of a table?
for example: I have 3 textboxes in a form, namely Bank1, Bank2 and Bank3. If I will click the submit button it should save the 3 data in the BankName field of the BankInfo table.
Would it be possible? How?
I just wanna know how or is it possible to save multiple data in a single field of a table?
for example: I have 3 textboxes in a form, namely Bank1, Bank2 and Bank3. If I will click the submit button it should save the 3 data in the BankName field of the BankInfo table.
Would it be possible? How?
Hi joomkiszal,
Yes it is possible. How to do it depends on how you want the information stored.
The simplest way is to give the three text inputs the same array name name='BankName[]' and set "ChronoForms handle my posted arrays:" to 'Yes' in the form General Tab.
Bob
Yes it is possible. How to do it depends on how you want the information stored.
The simplest way is to give the three text inputs the same array name name='BankName[]' and set "ChronoForms handle my posted arrays:" to 'Yes' in the form General Tab.
Bob
This is Great.. Thanks a lot Bob.
This topic is locked and no more replies can be posted.
