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

Question

Question

Field Input Text Size

asked on June 22, 2017

I have added css so all input fields are 18px. After submitting form and printing it, the text in the input areas reverts to small print. Why is it not printing 18px? Why can I not just set this up in my theme to work like the rest of the custom settings? Any help is greatly appreciated, thank you.

0 0

Replies

replied on June 26, 2017

I guess your CSS only changed the input element text size? The element is not "input" on printed form, it's a "div".

 

0 0
replied on June 27, 2017

Do I write that code the same? div {font-size:18px;}

I tried that, but as soon as the document is saved to the repository I still lose the font size in the input text. For whatever reason when I save it to the repository as a tiff the input text reverts to small print.

Is there something I need to do in my save workflow?

0 0
replied on June 27, 2017

The code is the same. It worked for me (Forms 10.2.1, save as TIFF):

Which version of Forms do you use? Is there any other custom CSS in the form? Can you check the submitted form from instance page and see if font size is correct? 

1 0
replied on June 28, 2017

Thank you Rui! I just ensured the div css was on all the forms in the process and it was missing on a couple. This has resolved my issue. Thanks again!

0 0
replied on December 15, 2017

What does the CSS look like that you use to change the input font text size?

0 0
replied on December 15, 2017

input {font-size:18px;}
div {font-size:18px;}

This worked for me. Pretty simple.

2 0
replied on December 19, 2017

Thanks Kevin.  Very simple, but I could not figure it out.

0 1
replied on July 11, 2019

How do you change input for other fields besides single lines?  I have figured it out for multi-line fields, but it doesn't work for email.  Also, I use div {...........} to keep the properties after submission, but again, it only works for single line fields.  What would need to be added to keep the properties for multi-line, email, etc.?

Any help or guidance would be greatly appreciated.

Thanks

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

Sign in to reply to this post.