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

Question

Question

Forms archive fields add line returns to single lines in archive

asked on April 8, 2021

We have many forms that looks like this. They were all working until we installed 10.4.5.

The CSS is this

.nameInfo, .idInfo {
 display: inline-block; 
}

.nameInfo input, .idInfo input {
 width: 100%;
}

After the upgrade only 1 of the dozen or so forms has this problem on archive. I can't understand what why how to even troubleshoot this since there is no interface for previewing an archive.

0 0

Replies

replied on April 8, 2021

Hi Chad,

The CSS is applying to 

.nameInfo input, .idInfo input 

while there is no input element on read-only form. 

 

To find a proper CSS to archive form, you can set up test process to add CSS and check form PDF downloaded on thank you page.

0 0
replied on April 9, 2021

Doesn't this mean the CSS will not interfere with the archive?

If there is no input, how do I see what there is? Where is the picker that lets me see the DOM layers?

0 0
replied on April 13, 2021

Yes, this CSS will not interfere with the archive while other CSS still take effect.

 

Currently there is no preview for archive form. You can check DOM in submitted form on thank you page.

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

Sign in to reply to this post.