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
Started 11 years ago by wan | 2 posts |
-
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 # -
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 #
Reply
You must log in to post.