This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Mouseover guidelines


  1. wan
    Member

    Hi,

    Is it possible to disable the mouseover effect fot the guidelines ? Just want to print it static on the page.

    Or maybe having a small icon just near the field title (?) as explicit reference ?

    Thanks.

    Posted 11 years ago #
  2. yuniar

    Yes, you can edit your form's theme, click the "Advanced CSS" menu item and then add this code:

    #main_body form .guidelines{
      display: block !important;
      visibility: visible !important;
    }

    that should force the guidelines to always being displayed.


    MachForm Founder

    Posted 11 years ago #

RSS feed for this topic

Reply