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

Machform removal and title area


  1. thebirdbath
    Member

    Is is possible to remove the title of the Form and the form description.

    It is also possible to remove the link back to Machform at the bottom of the form?
    I would like these to not be shown on my website.

    Posted 16 years ago #
  2. yuniar

    Do you need to remove it for all of your form or just a particular form?

    To remove it from all of your form, you can simply edit your includes/view-functions.php file.

    1) Removing form title & description

    Search around line 1657, you will find this code:

    {$form_desc_div}
    <ul {$ul_class}>


    Remove that first line, so it become:

    <ul {$ul_class}>

    2) Removing the "Powered by MachForm"

    Search around line 1666 and 1727. Remove the text from those lines.


    MachForm Founder

    Posted 16 years ago #
  3. Regardt
    Member

    Hi,

    How do i remove it from a particular form?

    Posted 16 years ago #
  4. yuniar

    The easiest way would be editing the CSS for your particular form.
    Insert this code below into the bottom of your CSS:

    .form_description {
      display:none !important;
    }

    MachForm Founder

    Posted 16 years ago #
  5. lenamor
    Member

    Hello Yuniar,

    You Wrote: "2) Removing the "Powered by MachForm"

    Search around line 1666 and 1727. Remove the text from those lines."..
    I deleted the "Powered by,,, in the "includes/view-functions.php file" - but it is still on the form with a link to machform.
    Please help.

    Posted 16 years ago #
  6. yuniar

    Hmm.. are you sure you have removed both lines? There are two location there.
    Make sure to remove both.


    MachForm Founder

    Posted 16 years ago #
  7. SeanToro
    Member

    Hey,

    How do you remove the Form Title in the newest version? 3.2? Tried searching the code, took out what you said in the post. But the title is still showing up.

    Thanks,
    Sean

    Posted 11 years ago #
  8. Lokidog
    Member

    Try refreshing your browser and empty the cache. You might be looking at an "old" page.

    Posted 11 years ago #

RSS feed for this topic

Reply