Hello,
I have a multipage form... everything works well except the email attachment file.
The upload field is in part 1, the email is sending in part 4... but the file isn't in the message (but uploaded on the server).
Can you help me?
I have a multipage form... everything works well except the email attachment file.
The upload field is in part 1, the email is sending in part 4... but the file isn't in the message (but uploaded on the server).
Can you help me?
Hi oweb,
I'm afraid that the multi-page plugin isn't clever enough to remember file uploads between steps.
Probably best to recover the file name and then use PHP to add it to the attachements array for the email in the later step.
Bob
I'm afraid that the multi-page plugin isn't clever enough to remember file uploads between steps.
Probably best to recover the file name and then use PHP to add it to the attachements array for the email in the later step.
Bob
This topic is locked and no more replies can be posted.