You are viewing limited content. For full access, please sign in.

Question

Question

Changing the Font of Input Fields in Forms

asked on June 1, 2015 Show version history

Hey,

Is it possible to change the font of the text within multi-line fields in Forms?

I am currently using the following CSS to change the font for all other fields:

.cf-field input {font-family: "Times New Roman";}

...but this does not appear to work with multi-line fields.

Below is what the form currently looks like:

-- Just as an update, the text saves to Laserfiche with the correct font smiley Just not when the form is being edited.

Thanks,

Dom

0 0

Answer

SELECTED ANSWER
replied on June 1, 2015

Multi-line fields are textareas so you can use

.cf-field, input, textarea {font-family: "Times New Roman";}
0 0

Replies

replied on June 1, 2015

Just as an update, the text saves to Laserfiche with the correct font smiley Just not when the form is being edited.

replied on July 15, 2021

For some reason this does not appear to stick when users are referencing the form via the saved copy to the repository, from the action pane during the process, or from the monitor tab.

It only seems to work for the user filling out the form and then reverts back to the standard font.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.