The form preview is simply to review the form for basic layout and functionality. It doesn't inherit any properties from your theme like the embedded form may. There's actually a notice on the preview window that states this.
screenshot
As far as "looking right", I assume you just mean changing the text color. You can add the following CSS to your theme style sheet and it will change the text color to white.
.gform_wrapper input.button {color:#fff!important}
Posted 14 years ago on Wednesday September 29, 2010 |
Permalink