Form submission #15258
-
Is it possible to (once someone has filled a form and sent it) for it to be compiled to a PDF and automatically emailed to a user? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ondutyapp - there are a couple of custom plugins for PDF that you can explore here: https://github.com/Budibase/plugins There is not currently a PDF-connected aspect of Budibase as it's core. You can simply use the answers on the form as part of the email, just not as an attached PDF. If that's something you'd like to do, create an automation on the table that your form writes to, that gets triggered "On Row Created" - you will then have access to all of the bindings It could look a little bit like this: But more consideration should be put into email styling - I've put this example together very quickly and nobody would ever confuse me with a designer. If this doesn't cover what you're looking for, please feel free to submit a feature request here, and be sure to add your response to the vote on what you would like to see on our 2025 Roadmap here |
Beta Was this translation helpful? Give feedback.
Hey @ondutyapp - there are a couple of custom plugins for PDF that you can explore here: https://github.com/Budibase/plugins
There is not currently a PDF-connected aspect of Budibase as it's core. You can simply use the answers on the form as part of the email, just not as an attached PDF.
If that's something you'd like to do, create an automation on the table that your form writes to, that gets triggered "On Row Created" - you will then have access to all of the bindings
It could look a little bit like this:
But more consideration should be put into email styling - I've put this example together very quickly and nobody would ever confuse me with a designer.
If this doesn't cover what y…