We are trying to move over to importing a custom CSS file for our forms. Forms version is 10.3.1.635.
However using @import url only seems to work when viewing and submitting the form. The Save to Laserfiche task or emailing a submitted form doesn't result in the CSS being applied at all.
We are using something like this in the CSS portion of the editor.
@import url("https://forms.domain.com/Forms/css/Custom.css");
Any ideas as to why this wouldn't be applied on Save to Laserfiche task?