Forums

MULTIPAGE FORM: File upload name with data entered on previous page

Elita 16 Jan, 2019
Hello, need your solution on this:
In one page form I have sucessfully altered file upload name with the data entered in certain fields like:
{data:Name}_{data:Surname}_{var:upload3.file.name}.{var:upload3.file.extension}

Now on Multipage form I would like to do the same.
Unfortunately, the code above gives me the result of this:
__name.extenson

Fields Name, Surname are on Page1
File upload field is on Page2
File upload function executes on First event of Page3.


Any suggestions of how to correct that? Is it possible at all?
With Name, Surname field & file upload field on same page everything works.

Thanks!
Elita
healyhatman 16 Jan, 2019
{session:multipage.field_name}
This topic is locked and no more replies can be posted.