Hello.
There is a form of multiple text fields and file downloads. Implemented by the method of Multi.
[attachment=0]Multi3.jpg[/attachment]
The symbol of the counter is a container C.
[attachment=1]MultiB1.jpg[/attachment]
Conventional settings as in demo form
[attachment=2]MultiB2.jpg[/attachment]
Apply # symbol in the code of the file name did not work in any form. In php code I tried to substitute (simplified):
text#...$file_name
text[#]...$file_name
[text#]...$file_name
text{#}...$file_name
etc...
Most likely it is necessary to work with the array but do not know how to do.
Need to do that every text is inserted to the name of the corresponding file.
Upload AAA.zip, Input text "John", Result = John_AAA.zip
Upload BBB.zip, Input text "Sara", Result = Sara_BBB.zip
Upload AAA.zip, Input text "Nik", Result = Nik_AAA.zip
etc...
Help!
There is a form of multiple text fields and file downloads. Implemented by the method of Multi.
[attachment=0]Multi3.jpg[/attachment]
The symbol of the counter is a container C.
[attachment=1]MultiB1.jpg[/attachment]
Conventional settings as in demo form
[attachment=2]MultiB2.jpg[/attachment]
Apply # symbol in the code of the file name did not work in any form. In php code I tried to substitute (simplified):
text#...$file_name
text[#]...$file_name
[text#]...$file_name
text{#}...$file_name
etc...
Most likely it is necessary to work with the array but do not know how to do.
Need to do that every text is inserted to the name of the corresponding file.
Upload AAA.zip, Input text "John", Result = John_AAA.zip
Upload BBB.zip, Input text "Sara", Result = Sara_BBB.zip
Upload AAA.zip, Input text "Nik", Result = Nik_AAA.zip
etc...
Help!