I am trying to use the style option for the contact_form plugin.
I want to turn the default styles off.
I've tried
Code: Select all
{contact_form email='email@site.com' style=false}Code: Select all
{contact_form email='email@site.com' style='false'}Code: Select all
{contact_form email='email@site.com' style=0}Code: Select all
{contact_form email='email@site.com' style='0'}I am using CMS Made Simple 0.11.2
PHP Version 4.4.1
Does the style option actually work? If so, how do you use it?

