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

Question

Question

print draft with entire multiline field text

asked on February 5, 2024

I have a coworker who has gone beyond the set number of lines for a multiline fields on a draft form. He needs to print the form, but the multiline fields are cutting off the additional text. Is there a way to print the form with the additional text wiithout making all the boxes larger in the Design page?

 

0 0

Answer

SELECTED ANSWER
replied on February 6, 2024

You can add this to the CSS which will allow your user to adjust the size themselves:

.cf-formwrap .form-q textarea {
  resize: auto;
}

 

0 0
replied on February 7, 2024

Thank you. That will help immensely. 

0 0

Replies

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

Sign in to reply to this post.