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

Removing Header And Footers From Form


  1. wwwBigMusicGeekcom
    Member

    Hello! Bit of a novice here.

    How can I remove the 'MachForm' Header and 'Powered By MachForm' Footer from a newly-created form?

    What files need to be edited and where can they be found?

    Thanks!

    Posted 14 years ago #
  2. redityo

    Hello,

    You can edit these files :

    - includes/view-functions.php
    - includes/helper-functions.php

    Search for powered by machform text there and remove all of them.
    That would remove the "powered by" link in your form.

    And to remove machform logo header, you can edit the form css and search for these code :

    /**** Logo Section  *****/
    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('../../../images/machform.gif');
    	background-repeat: no-repeat;
    }

    then you can remove "background-image" code or change the image path with your logo.


    MachForm Support

    Posted 14 years ago #

RSS feed for this topic

Reply