I am using Pyforms for generating forms. But, I have to use stylesheet/css/html-api in my pyforms. I also follow step which have been given on this link. I want to know how to add css and making my layout beautiful. Can you please give me a better solution for that
Python Pyforms : how to use css in Pyforms or html-api in pyforms
772 Views Asked by Ashish Aware At
2
If you're using the PyForms version 3.0, you can do this:
Import the settings
Modify the PYFORMS_STYLESHEET variable
It works for me.