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

Question

Question

Suppress Page Name on Downloaded Form - Classic Designer

asked on November 4, 2024 Show version history

I am using Pagination and have a need to suppress the Page Names on the copy of the form that downloads to the repository. Is there a way to achieve this? 

0 0

Replies

replied on November 4, 2024

If you are you using modern designer (V11), here is the CSS to hide them when saved to the repo. 

 

/* Hides tabs when saved to repository */
 fl-page.pane > label.section-label {
    display: none;
}

 

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

Sign in to reply to this post.