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

Question

Question

Forms Page break

asked on June 26, 2017

Hello, is there a way or a CSS/Java Script that to add a line/border on top of the forms when it gets saved into the repository? One of our client wanted the forms to look more like a page with having a border on top and bottom when it gets saved in the repository. 

 

Forms.jpg
Forms.jpg (87.56 KB)
0 0

Replies

replied on June 27, 2017 Show version history

Hi Paul.

Add a html field to wherever you need the border to be (top).

Give the html field a class called "border"

add the following code to the CSS section.

.border {
    border: 2px solid;
    padding: 5px;
    background: #dddddd;
    border-top-left-radius: 2em;
}

It saves the form with a border to the repository.

 

or you could add a simple one with the code:

 

.border {border-top-style: solid;}

 

1 0
replied on June 27, 2017

Claudette, Thank you very much!

0 0
replied on July 11, 2017

hmm it only puts a border right after the last section of the form. I wanted to put it on the top and bottom so when it saves in the repository it does not look like an endless form. 

Capture.JPG
Capture1.JPG
Capture.JPG (16.79 KB)
Capture1.JPG (52.37 KB)
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.