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

Question

Question

How can I get ALL text on ONE form in a process to be larger?

asked on July 3, 2020

I have a process where a task is assigned and a different form from the main one (one of four forms in the process) is sent to a user via email, as a pdf so that they can print it out and hand-write their activities while out on-site, and return to us.

It's working beautifully, however, a request has been made to have the input text larger.  The input showing up on the form is the location and the instructions.  The bottom half of the form is for them to hand-write their report on activities at the location.

I cannot get the text input (location and instructions) to print larger on the pdf.  Nothing I do changes the size of the input.  I have tried:

  • CSS for table input: .myTable field input [type=text] {height:90px; font-size: 80px; !important;}
  • CSS for individual fields: #q386 input {font-size: 28px !important;}
  • On just the one form, went to Themes\Customize\Fields\Body Text   (All that did was make the radio button choices much bigger!)

Ideas?

0 0

Replies

replied on July 3, 2020 Show version history

Found this on another post and it worked!  Well, it worked on the input, not the field labels and column headers, etc.  But that works for me!

body {font-size:200%;}
input {font-size:125%;}
textarea {font-size:125%;}
2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.