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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Question about naming forms inside of admin panel without title on form


  1. afecustoms
    Member

    Is there a way to name the forms without having to put a title on them? I only have 6 forms up right now and it's confusing as to what form I'm editing since I don't put titles on them. Is there a way to add a name to the form besides the number of the form? So far I've had to just write the numbers down and write the corresponding url with it so I know what form I'm editing. Any help would be appreciated :)

    Posted 16 years ago #
  2. redityo

    Hi ..

    Since machform automatically give the form name in admin panel by set the title, How if you set form title and hide it when viewing? to do this way you have to edit CSS file and search this following section

    #main_body .form_description h2
    {
    	clear:left;
    	font-size:160%;
    	font-weight:400;
    	margin:0 0 3px;
            display:none; /*<-- add this code*/
    }

    MachForm Support

    Posted 16 years ago #
  3. afecustoms
    Member

    That worked great, thank you!

    Posted 16 years ago #

RSS feed for this topic

Reply