Not signed in (Sign In)

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

    • CommentAuthorstevelh
    • CommentTimeJan 2nd 2008
     
    Hi - me again!

    Is there any way to disable the display of the form name as the first thing you see on the screen?

    I discovered I can do it by removing all the text from the form description folder (i.e. first thing in the outline), but then all my forms become "unnamed form" in the forms list, which makes life a little tricly! Really needs and "advanced" option for 'Hide form name" or some such.

    Steve
    • CommentAuthorcedsav
    • CommentTimeJan 2nd 2008
     
    Hi,

    Here's what you need to add to your form (in the form's advanced properties in the form builder):

    <style type="text/css">
    .wFormTitle { display: none }
    </style>

    See the documentation for more detailed instructions:
    http://app.formassembly.com/pages/support/customization/#lookandfeel

    PS: This wasn't actually possible before today, we're rolling out a few updates with several fixes and improvements to the themes stylesheets.
    • CommentAuthorstevelh
    • CommentTimeJan 6th 2008
     
    HI Cedsav

    Perfect. Thanks for the PS as I had checked the "lookandfeel" section and hadn't found enything.

    Steve