<?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: Error editing and saving CSS. Please respond!</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Error editing and saving CSS. Please respond!</description>
<language>en</language>
<pubDate>Tue, 07 Apr 2026 08:38:02 +0000</pubDate>

<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1231</link>
<pubDate>Fri, 28 Mar 2008 19:14:15 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1231@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Seems I fixed it by changing:&#60;/p&#62;
&#60;p&#62;input.radio&#60;br /&#62;
{&#60;br /&#62;
	display:block;&#60;br /&#62;
	height:13px;&#60;br /&#62;
	line-height:1.4em;&#60;br /&#62;
	margin:6px 0 0 3px;&#60;br /&#62;
	width:13px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;label.choice&#60;br /&#62;
{&#60;br /&#62;
	color:#fff;&#60;br /&#62;
	display:block;&#60;br /&#62;
	font-size:100%;&#60;br /&#62;
	line-height:1.4em;&#60;br /&#62;
	margin:-1.55em 0 0 25px;&#60;br /&#62;
	padding:4px 0 5px;&#60;br /&#62;
	width:90%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to 	width:100%;&#60;/p&#62;
&#60;p&#62;Weird, cause I didn't change that... Or at least I don't think so. I also downloaded a theme (unmodified) and the same thing happened.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1230</link>
<pubDate>Fri, 28 Mar 2008 18:58:00 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1230@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I managed to get myself in problems again...&#60;/p&#62;
&#60;p&#62;It seems Firefox 3 Beta 4 breaks up (for example) multiple choice questions.&#60;/p&#62;
&#60;p&#62;Where it should read:&#60;/p&#62;
&#60;p&#62;* Ik wens niet te upgraden naar Plus.&#60;br /&#62;
* Upgraden naar Premium Plus :: 5,- Euro meer per jaar&#60;br /&#62;
* Upgraden naar Advanced Plus :: 7,50 Euro meer per jaar&#60;/p&#62;
&#60;p&#62;It breaks up like this:&#60;/p&#62;
&#60;p&#62;* Ik wens niet te upgraden naar Plus.&#60;br /&#62;
* Upgraden naar Premium Plus :: 5,- Euro meer per jaar&#60;br /&#62;
* Upgraden naar Advanced Plus :: 7,50 Euro meer per&#60;br /&#62;
jaar&#60;/p&#62;
&#60;p&#62;(notice the last word at the 3rd option, it breaks it for some reason)&#60;/p&#62;
&#60;p&#62;I didn't notice having this problem earlier and it happens for several other things as well. I cannot understand why this happened, cause it was working properly (everything on one line) before. &#60;/p&#62;
&#60;p&#62;Also in Internet Explorer 7 it shows up just fine. :S&#60;/p&#62;
&#60;p&#62;//edit&#60;/p&#62;
&#60;p&#62;It doesn't matter what I do, even if I shorten the text it will still break it apart. Also if I ccreate a new multiple choice part, the same happens. Arrrrgh... :(
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1229</link>
<pubDate>Fri, 28 Mar 2008 18:23:35 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1229@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks, that did it for me!&#60;br /&#62;
Seems my form is finished now and ready to get to work!&#60;/p&#62;
&#60;p&#62;Thanks once again and keep up the good work!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1228</link>
<pubDate>Fri, 28 Mar 2008 16:59:05 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1228@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;1 &#38;#38; 3) Edit &#60;strong&#62;includes/helper-functions.php&#60;/strong&#62; file, search around line 422 - 428 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$email_body = &#38;#39;&#38;#39;;
$i=1;
foreach ($email_data as $data){

	$email_body .= &#38;quot;{$i}) &#38;lt;b&#38;gt;{$data[&#38;#39;label&#38;#39;]}&#38;lt;/b&#38;gt; {$data[&#38;#39;value&#38;#39;]} \n&#38;quot;;
	$i++;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Replace it with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$email_data[$i][&#38;#39;label&#38;#39;] = &#38;#39;IP Address&#38;#39;;
$email_data[$i][&#38;#39;value&#38;#39;] = &#38;#39; - &#38;#39;.$_SERVER[&#38;#39;REMOTE_ADDR&#38;#39;];
$i++;
$email_data[$i][&#38;#39;label&#38;#39;] = &#38;#39;Date Created&#38;#39;;
$email_data[$i][&#38;#39;value&#38;#39;] = &#38;#39; - &#38;#39;.date(&#38;quot;Y-m-d H:i:s&#38;quot;);

//prepare HTML body for email
$email_body = &#38;#39;&#38;#39;;
$i=1;
foreach ($email_data as $data){
	if(empty($data[&#38;#39;value&#38;#39;])){
		continue;
	}
	$email_body .= &#38;quot;{$i}) &#38;lt;b&#38;gt;{$data[&#38;#39;label&#38;#39;]}&#38;lt;/b&#38;gt; {$data[&#38;#39;value&#38;#39;]} \n&#38;quot;;
	$i++;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2) Edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1222</link>
<pubDate>Fri, 28 Mar 2008 06:11:16 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1222@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Since I made several postings till now and some things I manage to fix myself, I still have a few items, which I cannot do myself and need your help to manage it:&#60;/p&#62;
&#60;p&#62;1. I want the IP address (of the one who submitted the form), along with the date and time, shows in the email.&#60;/p&#62;
&#60;p&#62;2. Is it possible to rename things like &#34;Last&#34;, &#34;First&#34;, &#34;City&#34; to their Dutch counterparts. If yes, where can I change this?&#60;/p&#62;
&#60;p&#62;3. Is there a way to remove not filled in parts? E.g. when a user does not fill in the &#34;Adress Line 2&#34; part, it will still be shown in your email as &#34;Address Line 2&#34; (with nothing behind that). Would be nice if it was possible.&#60;/p&#62;
&#60;p&#62;And last, but not least, let me congratulate on this magnificient piece of software! It's really nice and pretty easy to use.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1220</link>
<pubDate>Fri, 28 Mar 2008 05:18:32 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1220@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Okay you edit the Section Break text. Stupid me...&#60;/p&#62;
&#60;p&#62;Anyways, but how do I translate the things I mentioned before to Dutch?&#60;/p&#62;
&#60;p&#62;And how does one change the layout from the email in terms of fonttype and such? Cause I tried a few things, but I ended up in getting parsing errors!
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1218</link>
<pubDate>Fri, 28 Mar 2008 03:05:23 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1218@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Okay back again, seems I have figured out the colorcodings in the CSS for the big part.&#60;/p&#62;
&#60;p&#62;Except I have on final question; why does it show the text Section Break on my forum?&#60;br /&#62;
It shows a horizontal ruler as well, but just below that it says &#34;Section Break&#34;. Anyway to remove that?&#60;/p&#62;
&#60;p&#62;Also is it possible to change text on the form to my language (Dutch)? If yes, how?&#60;br /&#62;
Cause stuff like &#34;Street Address&#34; &#34;Postal / Zip code&#34; does not look very professional if the rest is in Dutch.&#60;/p&#62;
&#60;p&#62;Please advice.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1217</link>
<pubDate>Fri, 28 Mar 2008 03:00:08 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1217@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Nevermind, I seem to have fixed it...&#60;/p&#62;
&#60;p&#62;However is it possible to change e.g. the color of the form itself (instead of being white)? Cause I am using a black / dark brown background.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1216</link>
<pubDate>Fri, 28 Mar 2008 02:53:23 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1216@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I already tried the following:&#60;/p&#62;
&#60;p&#62;Uploaded a CSS template (one from your website) to give it a go. Changed rights to 777.&#60;br /&#62;
But now it does not reflect (or use) the newly uploaded CSS.&#60;/p&#62;
&#60;p&#62;I already did a search on this forum and tried the following:&#60;/p&#62;
&#60;p&#62;Using PhpMyAdmin, browse to your ap_forms table and update the value of form_has_css field.&#60;br /&#62;
Currently the value is 0, you need to update it to 1. That would set your form to use the new CSS.&#60;/p&#62;
&#60;p&#62;But still it refuses to use the new CSS :(&#60;/p&#62;
&#60;p&#62;//edit&#60;/p&#62;
&#60;p&#62;I am using the iframe option to use the form.&#60;br /&#62;
Please advice.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "Error editing and saving CSS. Please respond!"</title>
<link>https://www.machform.com/forums/topic/error-editing-and-saving-css-please-respond#post-1215</link>
<pubDate>Fri, 28 Mar 2008 02:26:44 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">1215@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I bought your program a hour or so back. Everything went fine during the installation. I even created my first form. &#60;/p&#62;
&#60;p&#62;But when I try to edit the form's CSS (or even trying to save it) gives me the following error:&#60;/p&#62;
&#60;p&#62;Warning: file_get_contents(): Unable to access ./data/form_3/css/view.css in /var/www/vhosts/domainname.info/httpdocs/machform/edit_css.php on line 54&#60;/p&#62;
&#60;p&#62;Warning: file_get_contents(./data/form_3/css/view.css): failed to open stream: No such file or directory in /var/www/vhosts/domainname.info/httpdocs/machform/edit_css.php on line 54&#60;/p&#62;
&#60;p&#62;How can I fix this?&#60;br /&#62;
Cause the current CSS (default CSS I guess) does not really fit into my website.&#60;/p&#62;
&#60;p&#62;Please respond as soon as possible!&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Michel
&#60;/p&#62;</description>
</item>

</channel>
</rss>
