<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: "Copy and paste one of the code below into your website"</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: "Copy and paste one of the code below into your website"</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:05:46 +0000</pubDate>

<item>
<title>Lokidog on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12076</link>
<pubDate>Sat, 28 May 2011 14:40:52 +0000</pubDate>
<dc:creator>Lokidog</dc:creator>
<guid isPermaLink="false">12076@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yuniar.&#60;/p&#62;
&#60;p&#62;This must be the best support I have received from any software product I have ever purchased!&#60;/p&#62;
&#60;p&#62;Great Job
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12075</link>
<pubDate>Sat, 28 May 2011 07:13:39 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12075@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can remove them.&#60;/p&#62;
&#60;p&#62;To remove the &#34;Powered by MachForm&#34;, you will need to edit two files:&#60;/p&#62;
&#60;p&#62;- includes/view-functions.php&#60;br /&#62;
- includes/helper-functions.php&#60;/p&#62;
&#60;p&#62;Search for the word &#34;Powered by&#34; there and you'll find it on few places. Remove all of them.&#60;/p&#62;
&#60;p&#62;To change the logo, simply edit your form CSS (use Edit CSS menu), search for logo section:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**** Logo Section *****/
main_body h1 {
background-color:#dedede;
margin:0;
min-height:0;
padding:0;
text-decoration:none;
text-indent:-8000px;
background-image: url(&#38;#39;../../../images/machform.gif&#38;#39;);
background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change the background-image line to use your logo. example:&#60;/p&#62;
&#60;p&#62;background-image: url('http://www.example.com/new_logo.gif');&#60;/p&#62;
&#60;p&#62;or simply remove that line.&#60;/p&#62;
&#60;p&#62;Let me know if you have more questions.
&#60;/p&#62;</description>
</item>
<item>
<title>Lokidog on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12071</link>
<pubDate>Sat, 28 May 2011 01:21:23 +0000</pubDate>
<dc:creator>Lokidog</dc:creator>
<guid isPermaLink="false">12071@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi!&#60;br /&#62;
All is as it should be now and I seem to be back on the road.&#60;br /&#62;
Thank you very much for your support.&#60;/p&#62;
&#60;p&#62;I am going to cruise the forum now to get some tips on how to change the look/colour of the forms.&#60;/p&#62;
&#60;p&#62;One thing: Do I have to have the &#34;Machform logo&#34; at the top of the form and the &#34;Powered by Machform&#34; at the bottom or can this be removed? If so how?&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12061</link>
<pubDate>Fri, 27 May 2011 13:45:25 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12061@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;it seems you have another file being corrupted, most likely during the upload.&#60;br /&#62;
This time, the file &#34;lib/class.phpmailer.php&#34; is corrupted.&#60;/p&#62;
&#60;p&#62;Try to reupload that file again.&#60;br /&#62;
If you keep receiving another error again, try to reupload all your machform files again.&#60;/p&#62;
&#60;p&#62;Your embed code itself is correct already.
&#60;/p&#62;</description>
</item>
<item>
<title>Lokidog on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12057</link>
<pubDate>Thu, 26 May 2011 20:51:43 +0000</pubDate>
<dc:creator>Lokidog</dc:creator>
<guid isPermaLink="false">12057@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;..........as a follow up I'm not even sure that I'm pasting the HTML code in the correct place!&#60;br /&#62;
I have created a fresh html page and pasted it in between the BODY tags, and thats all there is this web site I use for testing only so there are no other files to conflict with it. The only other thing I have added is the &#34;index.html&#34; page on the site with the machform folder.&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;Untitled Document&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;iframe height=&#34;575&#34; allowTransparency=&#34;true&#34; frameborder=&#34;0&#34; scrolling=&#34;no&#34; style=&#34;width:100%;border:none&#34; src=&#34;http://www.dadad.se/machform/embed.php?id=1&#34; title=&#34;Grillfest 25 maj 2011&#34;&#38;gt;&#60;a href=&#34;http://www.dadad.se/machform/view.php?id=1&#34; title=&#34;Grillfest 25 maj 2011&#34;&#62;Grillfest 25 maj 2011&#60;/a&#62;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Lokidog on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12056</link>
<pubDate>Thu, 26 May 2011 20:43:59 +0000</pubDate>
<dc:creator>Lokidog</dc:creator>
<guid isPermaLink="false">12056@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for you fast response.&#60;br /&#62;
Yes the custom_hooks.php file was missing from the folder, I have now up loaded it and now get this:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/d/dadad/www/machform/lib/class.phpmailer.php on line 53
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12054</link>
<pubDate>Thu, 26 May 2011 20:35:37 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12054@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It looks like your MachForm is missing one of its file, particularly &#34;hooks/custom_hooks.php&#34; file. Try to reupload that file again from the original machform package.&#60;/p&#62;
&#60;p&#62;If the problem persist, please contact us directly and we'll help you fixing it.
&#60;/p&#62;</description>
</item>
<item>
<title>Lokidog on ""Copy and paste one of the code below into your website""</title>
<link>https://www.machform.com/forums/topic/copy-and-paste-one-of-the-code-below-into-your-website#post-12053</link>
<pubDate>Thu, 26 May 2011 20:22:37 +0000</pubDate>
<dc:creator>Lokidog</dc:creator>
<guid isPermaLink="false">12053@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
This is a NOOB question I know, but have to start somewhere.&#60;br /&#62;
Everything is set up as the insatllation instructed, no problem.&#60;br /&#62;
Logged in to create the form. No problem&#60;/p&#62;
&#60;p&#62;Went to manage form:&#60;br /&#62;
edit css. don't need to at this point&#60;br /&#62;
e-maill adderess's. No problem&#60;br /&#62;
embed code: I'm not sure where I'm supposed to embed this, any examples anyone?&#60;br /&#62;
View form: when I click this I get this:&#60;/p&#62;
&#60;p&#62;Warning: main(hooks/custom_hooks.php) [function.main]: failed to open stream: No such file or directory in /home/d/dadad/www/machform/view.php  on line 22&#60;/p&#62;
&#60;p&#62;Warning: main(hooks/custom_hooks.php) [function.main]: failed to open stream: No such file or directory in /home/d/dadad/www/machform/view.php on line 22&#60;/p&#62;
&#60;p&#62;Warning: main(hooks/custom_hooks.php) [function.main]: failed to open stream: No such file or directory in /home/d/dadad/www/machform/view.php on line 22&#60;/p&#62;
&#60;p&#62;Fatal error: main() [function.require]: Failed opening required 'hooks/custom_hooks.php' (include_path='./:/usr/local/lib/php') in /home/d/dadad/www/machform/view.php on line 22&#60;/p&#62;
&#60;p&#62;Have I missed a step or is this dependent on me pasting the code somewhere?&#60;/p&#62;
&#60;p&#62;Any help would be appreciated as this looks like something that has great potential for me and I would love to move on.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
