Hello, here's the second question that need your solutions
If I have three form text fields, and they have the same name, say "txt". So when I fill them with data, say "abc", "def", "ghi" respectively and submit the form, I will get the "List" (abc, def, ghi) of this field (#form.txt#).
But if I have another value entered in the , say, first text field and the value is "abc, 123", then when I submit the form, the result will be "abc, 123, def, ghi", which
will mess up the #ListLen# from 3 to 4. How can I solve this problem?
Thank you very much!
If I have three form text fields, and they have the same name, say "txt". So when I fill them with data, say "abc", "def", "ghi" respectively and submit the form, I will get the "List" (abc, def, ghi) of this field (#form.txt#).
But if I have another value entered in the , say, first text field and the value is "abc, 123", then when I submit the form, the result will be "abc, 123, def, ghi", which
will mess up the #ListLen# from 3 to 4. How can I solve this problem?
Thank you very much!