Hi All,
In some of my forms I have a repeated field. Some 20+ occurrences. Do I need to add individual fields such as text_1, text_2 and so forth, or is it possible to include an array? Would be helpful!
Thanks,
Bas
In some of my forms I have a repeated field. Some 20+ occurrences. Do I need to add individual fields such as text_1, text_2 and so forth, or is it possible to include an array? Would be helpful!
Thanks,
Bas
Hi Bas,
You can use a PHP 'for' loop to generate a group of similar inputs.
Bob
You can use a PHP 'for' loop to generate a group of similar inputs.
Bob
This topic is locked and no more replies can be posted.