Appnitro Software Forums » MachForm

Machform removal and title area

(6 posts)
  • Started 10 months ago by thebirdbath
  • Latest reply from yuniar

  1. 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 10 months ago #
  2. 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.

    Posted 10 months ago #
  3. Hi,

    How do i remove it from a particular form?

    Posted 9 months ago #
  4. 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;
    }
    Posted 9 months ago #
  5. 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 9 months ago #
  6. Hmm.. are you sure you have removed both lines? There are two location there.
    Make sure to remove both.

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.