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

Question

Question

way to keep textarea on first page

asked on February 15, 2018 Show version history

How can I anchor my first textarea to the first page? It leaves a large blank spot. It tries to get all of the text onto a single page. If I add a little more text to the field, it will start on the first page.

The form you see upon clicking submit does not match what ends up in the repository.

'blank' first page:

Second page:

 

If more text is added it starts on first page:

Is this just CSS for position: absolute? I have confirmed that the first element on the page is set to absolute and the following are relative.

Thanks!

 

0 0

Answer

SELECTED ANSWER
replied on February 28, 2018

Yeah I did reproduce it and the above CSS could change the behavior.

Which version of Forms did you use? Do you have any custom CSS?

0 0

Replies

replied on February 25, 2018 Show version history

Hi Chris,

Can you try adding the following CSS and see if it works:

.cf-field {display: block !important;}

It is inline-block by default.

1 0
replied on February 28, 2018 Show version history

no, that didn't do it. Thanks for the input, though.

Were you able to reproduce this?

0 0
SELECTED ANSWER
replied on February 28, 2018

Yeah I did reproduce it and the above CSS could change the behavior.

Which version of Forms did you use? Do you have any custom CSS?

0 0
replied on March 1, 2018

My error. Put it on the from form to test. Thank you for the solution Rui!!

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

Sign in to reply to this post.