Adding custom css file to Adaptive form template. No theme usage | Community
Skip to main content
Level 2
December 2, 2019
Solved

Adding custom css file to Adaptive form template. No theme usage

  • December 2, 2019
  • 2 replies
  • 2495 views

Hi All,

Here is my requirement.

Req: Add a custom css file to Adaptive Form Template. Hence, it will load at forms-template level. Business requirement (technical) says no "theme" usage. I have given two approaches, one is by using custom theme implementation and another one is manual loading css files in from form container.

Please let me know any other approaches.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Umesh_Sondhi

Hi santhoshk39270983

I suggest to configure the root container of the adaptive form where you can find the Client Library Category property where you can put your clientlib name having custom css code


2 replies

Umesh_Sondhi
Umesh_SondhiAccepted solution
Level 4
December 4, 2019

Hi santhoshk39270983

I suggest to configure the root container of the adaptive form where you can find the Client Library Category property where you can put your clientlib name having custom css code


Level 2
December 4, 2019

Hi Umeshsondhi,

Thank you for the response. I have figured out the way.