(form-builder-plugin) File upload support #7517
Replies: 5 comments 3 replies
-
|
There are no plans to add support for this in the near future. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @Mephiztopheles were able to add upload field? |
Beta Was this translation helpful? Give feedback.
-
|
I had done this, steps:
|
Beta Was this translation helpful? Give feedback.
-
|
For anyone looking to add a custom field to form-builder, I found this article and it worked :) |
Beta Was this translation helpful? Give feedback.
-
|
You can use following approach: I upload the file first and get its ID, then 'beforeEmail' gets id from body, find the file and attach it to email. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project, where I need to create an application form, which needs to have an upload field for the cv.
The current approach does not support this, because it receives json at the endpoint form-submissions.
I can imagine, to create a different endpoint but I have no Idea, if this would work well.
Before I start to burn hours of work, I would like to know if there is an upcoming feature which would support this
Beta Was this translation helpful? Give feedback.
All reactions