Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorlsilver
    • CommentTimeMar 15th 2010
     
    How does one prevent the title from displaying in an embed form?
    • CommentAuthordbuschho
    • CommentTimeMar 15th 2010 edited
     
    Hello,

    Following the basic instructions here:
    http://app.formassembly.com/pages/support/customization

    You can add the line of css to your custom code block:

    <style>
    .wFormTitle { display: none; }
    </style>

    Happy to help further,
    FA Support.