[ad_1]
Hello @wailtail
Please call the PRINTFORM operation as the onclick event of the button field as follows:
PRINTFORM(this.form);
Also, you can modify the appearance of the printed form version by entering styles definitions through the “Customize Form Design” attribute in the “Form Settings” tab.
For example:
@media print {
#fbuilder,
#fbuilder *{
color: black !important;
text-shadow: none !important;
}
}
Best regards.