Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I want to add a print functionality for the form entries.
Something like to be able to print the individual form from the backoffice.
Any suggestions ?
Unsure if this any help https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Exporttype
I tried the same. But i think Export type works on the form entries collectively. I needed some way where i could export a single form entry at a time.
me too - I let you know if I come up with anything.
I am planning to make changes to the existing forms js, where i will provide an option to print the form, once we open the form entry.
Will post it here, if it is successful.
How did you get on Daljit
I just created a controller to handle print functionality & using IRecordReaderService to fetch the form record from db based on form id & unique id.
I am working on something else currently, didnt get chance to test it fully. But you can try this way, may be ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Extending Umbraco Forms
Hi,
I want to add a print functionality for the form entries.
Something like to be able to print the individual form from the backoffice.
Any suggestions ?
Unsure if this any help https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Exporttype
I tried the same. But i think Export type works on the form entries collectively. I needed some way where i could export a single form entry at a time.
me too - I let you know if I come up with anything.
I am planning to make changes to the existing forms js, where i will provide an option to print the form, once we open the form entry.
Will post it here, if it is successful.
How did you get on Daljit
I just created a controller to handle print functionality & using IRecordReaderService to fetch the form record from db based on form id & unique id.
I am working on something else currently, didnt get chance to test it fully. But you can try this way, may be ?
is working on a reply...