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
Started 16 years ago by thebirdbath | 8 posts |
-
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 # -
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 # -
Hi,
How do i remove it from a particular form?
Posted 16 years ago # -
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 # -
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 # -
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 # -
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,
SeanPosted 12 years ago # -
Try refreshing your browser and empty the cache. You might be looking at an "old" page.
Posted 12 years ago #
Reply
You must log in to post.