Replies: 1 comment 1 reply
-
Since there is no explains what was done, this is a vague question. To send the file, you need to add an input file to the form with the name attribute. Let's say your variable is "my_variable". <input type="file" name="my_variable" /> In the template (in the EmailJS dashboard), add the Dynamic File Form Attachment with the "my_variable" Parameter Name. Save template. How to submit the form, on the link below |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a paid account. The form does not work for sending a file. Does anyone have a working code? How to process the file and form data to send the file? For React
Beta Was this translation helpful? Give feedback.
All reactions