Forms 2.0: Default Settings

Dan_Stevens_
Level 10 - Champion Alumni
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?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
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.
Anonymous
Not applicable
Actually, I think that if you make changes to the Plain theme it retains them...check that and let me know.
Anonymous
Not applicable
Unfortunately you can't. The best way is the create a main template form, which you clone every time you need a new form.