- Issue created by @ty10086
- Status changed to Closed: won't fix
10 months ago 12:28am 28 June 2024 - πΊπΈUnited States jrockowitz Brooklyn, NY
Any additional features should be handled via custom code or a dedicated contributed module.
Based on the twig template, make and print PDF invoices. Sometimes I don't need to print the price, and sometimes I need to print the price.
I hope that Webform can choose the printing template that I have made before submitting.
Two twigs are made for the same form invoice,
entity-print--webform-submission--invoice-with-price.html.twig
entity-print--webform-submission--invoice-no-price.html.twig
Install entity print, enable webform entity print. Custom webform[invoice print] viewing in path:
/print/pdf/webform_submission/72?view_mode=html
twig template in
theme/bootstrap5/entity-print--webform-submission--invoice-with-price.html.twig
theme/bootstrap5/entity-print--webform-submission--invoice-no-price.html.twig
Before submitting the webform[invoice print], you can select a specified twig template under the path to print the pdf.
None
Add template selection function
None
None
If you have other better ways to do this, looking forward to your professional suggestions.
Closed: won't fix
6.2
Code
Any additional features should be handled via custom code or a dedicated contributed module.