<?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: Form as HTML like in the free version</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Form as HTML like in the free version</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 06:14:30 +0000</pubDate>

<item>
<title>yuniar on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1162</link>
<pubDate>Fri, 21 Mar 2008 14:49:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1162@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. have you tried the steps above?
&#60;/p&#62;</description>
</item>
<item>
<title>sub on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1156</link>
<pubDate>Thu, 20 Mar 2008 23:01:34 +0000</pubDate>
<dc:creator>sub</dc:creator>
<guid isPermaLink="false">1156@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You mena just paste the code of vie-functions and put into content?
&#60;/p&#62;</description>
</item>
<item>
<title>madeye on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1154</link>
<pubDate>Thu, 20 Mar 2008 21:00:44 +0000</pubDate>
<dc:creator>madeye</dc:creator>
<guid isPermaLink="false">1154@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;joomla should work happily with the PHP code, as it uses PHP itself and MYSQL dbs.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1147</link>
<pubDate>Thu, 20 Mar 2008 10:38:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1147@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The email and database should be working as normal. Make sure to set your form action to point the view.php file.&#60;/p&#62;
&#60;p&#62;At this moment, I'm afraid iframe is the only supported option which should be working properly. So it might be difficult to fully integrate machform with Joomla without using iframe.&#60;/p&#62;
&#60;p&#62;The file which generate the form code is includes/view-functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>sub on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1139</link>
<pubDate>Thu, 20 Mar 2008 01:01:35 +0000</pubDate>
<dc:creator>sub</dc:creator>
<guid isPermaLink="false">1139@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for your quick reply! With this workaround can i use the features (email capability and database saving)?&#60;/p&#62;
&#60;p&#62;I want to use my machform-generated form in joomla and i dont want to wrap it because of serveral causes. If i want to publish content in Joomla i can put in html or (with plugins) php. &#60;/p&#62;
&#60;p&#62;I want to use the machform-form as it is but dont want to integrate via iframe. Where is the php-file which is generated located?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1133</link>
<pubDate>Wed, 19 Mar 2008 13:59:24 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1133@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. ok, pForm (http://www.phpform.org) was designed to allow you create static HTML forms. No php file is being generated, no email capability and database saving.&#60;/p&#62;
&#60;p&#62;While MachForm was designed to become a fully functional form builder/processor, hence there is no option to generate static HTML form only.&#60;/p&#62;
&#60;p&#62;If you prefer to use MachForm to generate static HTML form as pForm, here is my suggestion:&#60;/p&#62;
&#60;p&#62;1) Extract the form.zip file which you get from pForm into a certain folder. Let say we extract it to a folder named folderX.&#60;br /&#62;
2) Took the form HTML source code from MachForm (exactly as you did).&#60;br /&#62;
3) Save the HTML source code into form.html file which is located under folderX.&#60;br /&#62;
4) Edit form.html file, adjust the path for javascripts and css. It should be few lines on top. Something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;./data/form_226/css/view.css&#38;quot; media=&#38;quot;all&#38;quot;&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/view.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/calendar.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Adjust it to become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;view.css&#38;quot; media=&#38;quot;all&#38;quot;&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;view.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;calendar.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Your form should be working now. Or if it doesn't, adjust those path to the correct path.&#60;/p&#62;
&#60;p&#62;Is that what you mean?
&#60;/p&#62;</description>
</item>
<item>
<title>sub on "Form as HTML like in the free version"</title>
<link>https://www.machform.com/forums/topic/form-as-html-like-in-the-free-version#post-1132</link>
<pubDate>Wed, 19 Mar 2008 13:29:56 +0000</pubDate>
<dc:creator>sub</dc:creator>
<guid isPermaLink="false">1132@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;after i tested nearly every form component of joomla im so absolutely glad to found yours.&#60;/p&#62;
&#60;p&#62;In your free version you get an html code to implement, in the paid just an iframe-code.&#60;br /&#62;
I need it like in the free version cause i need to do some joomla-specific tags around it to get a long form displayed in three tabs.&#60;/p&#62;
&#60;p&#62;I tried it like this: i did a form with your script, display it in the browser and took the source-code of it. I published a new content-element in Joomla and did the html-source-code of the ready-form-site in it. So i could put in my joomlatags. Looks great, but doesnt work.&#60;/p&#62;
&#60;p&#62;Thanks for help in this difficult question.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
