Skip to main content
Dan_Stevens_
Level 10
January 30, 2014
Question

Forms 2.0: Default Settings

  • January 30, 2014
  • 3 replies
  • 973 views
Each time we create a new form, we have to modify all of the initial settings.  Is it possible to modify the default CSS so that we don't have to make these changes to the settings each time?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

January 30, 2014
Unfortunately you can't. The best way is the create a main template form, which you clone every time you need a new form.
January 30, 2014
Actually, I think that if you make changes to the Plain theme it retains them...check that and let me know.
January 31, 2014
Load a dedicated form CSS file at the bottom of your landing page template script. Only than it will overwrite the form CSS. Your global CSS is usually loaded before the form CSS, so that wouldn't work. Make sure you use "!important" a lot in your CSS file. There's a catch though. All forms will always look the same.