Include uploaded PDF to admin-mail does not work

Floris 20 Feb, 2017
Hello guys,
I set up a form on a client website: http://bluenotemusicschool.de/index.php/online-bewerbung
There is a upload-field, which is working correctly: The file is uploaded after successfully submitting the form.
My problem is, that I didn`t get the ulpoaded file as an attachment nor the link to this file into the admin-mail.
This is what I did:
The Field name and ID is "upload_01".
In "setup" I copied this name into "Attachment files" at the end of the admin-mail-action.
Then, the E-Mail to the admin does not work anymore (file is ulpoaded correctly, link to client is sent).
I can`t see, what is wrong, could anyone help?
Greetings,
Flo
GreyHead 20 Feb, 2017
Hi Flo,

Please drag a Debugger action into the On Submit event, then submit the form and copy and paste the debug results - including the 'dummy emails' - here.

Bob
Floris 21 Feb, 2017
Hello GreyHead,

thanks for your help.
I added a debugger action into the On Submit event (as last item), but I can`t see the debugger data (already tried this before.) You may have a look to my attachment here.
How to get that work?

Greetings,
Flo
GreyHead 21 Feb, 2017
Hi Floris,

The Debugger won't work after a ReDirect action as that redirects the user. Please move it up before the ReDirect action then add a Show Stopper action between the two to block the ReDirect while you debug.

Bob
This topic is locked and no more replies can be posted.