I couldn’t find anything in the docs on this. I have a simple form that sends to email.
But I can’t figure out what to put in the attachments settings?
I couldn’t find anything in the docs on this. I have a simple form that sends to email.
But I can’t figure out what to put in the attachments settings?
Form sends fine if I leave that blank but of course doesn’t send the atachement.
Brad, you need a file upload step before the send mail. Use the file returned by the upload step in the attachment field (use the dynamic data button available there).
So I actually have to save the file to the server?
You can just use the file remove step after the mail is sent
Brad, as any other step in server connect using upload results you need to select path
Thats what I figured, but it throws a 500 error ‘Invalid Path’ in the browser dev tools
Can you post a screenshot of the error message so we can see what does it find as wrong?
What if you adds a setValue step after the upload and use the path as a value for it? What does it output in the browser?