Closed iw5edv closed 2 years ago
I can't replicate, CSS is loaded. Did you disable "PDF Bootstrap" in your form settings?
When I generate the PDF from the module page it loads CSS and bootstrap correctly. Mind when I send the email with the plugin the attached PDF loads css of the template but not bootstrap. This way I can load it.
in
plugins/fabrik_form/email/email.php
to make bootstrap load in the creation of the PDF attachment add the following line after the n555
FabrikhelperHTML::loadBootstrapCSS(true);