Hello! I have what I believe is a simple request but I cant seem to figure out how to do it…
I want to export a pdf that is formatted in the way that was displayed to the end user after they completed the form. Is this possible?
Hello! I have what I believe is a simple request but I cant seem to figure out how to do it…
I want to export a pdf that is formatted in the way that was displayed to the end user after they completed the form. Is this possible?
Here are the methods of exporting the submission pdf: Export Form Submission PDF | Feathery Docs
The issue is that this “submission pdf” only exports the field identifier and not the actual question on the form which is not at all usable for any context. See example below…
I want to be able to go back into the form that the end user has submitted and export the form with it filled out. This is a common thing that most other form providers have available.
Please let me know if I am missing anything or if the form was formatted incorrectly… maybe there is a better way to set it up so that it flows through nicely.
You must be using separate labels (the questions are likely on their own text field) for your fields if this is the case. Input fields each have a Description property. If this is used, this will reflected in the submission pdf. If not used (blank, and using separate labels), the field ids will be used instead.