<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FormBuilder: HTML forms made simple</title>
	<atom:link href="http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/feed/" rel="self" type="application/rss+xml" />
	<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/</link>
	<description>Adventures in web and graphic design</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:09:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gnik Nalu</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-110692</link>
		<dc:creator>Gnik Nalu</dc:creator>
		<pubDate>Thu, 22 Oct 2009 04:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-110692</guid>
		<description>Peeking @ the code I see a $field[&#039;defaultvalue&#039;] mentioned. is this something that can be used to put in a &#039;default value&#039; in a form? (Just being nosey.)</description>
		<content:encoded><![CDATA[<p>Peeking @ the code I see a $field['defaultvalue'] mentioned. is this something that can be used to put in a &#8216;default value&#8217; in a form? (Just being nosey.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnik Nalu</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-109599</link>
		<dc:creator>Gnik Nalu</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-109599</guid>
		<description>seems it removed html.

Let me restate a portion of what was above:

‘defaultvalue’ will be the text between the   elements or in the value= so the form will have pre-filled in data.</description>
		<content:encoded><![CDATA[<p>seems it removed html.</p>
<p>Let me restate a portion of what was above:</p>
<p>‘defaultvalue’ will be the text between the   elements or in the value= so the form will have pre-filled in data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnik Nalu</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-109598</link>
		<dc:creator>Gnik Nalu</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-109598</guid>
		<description>Is there a way to pass a default value into the text forms from a variable? For example:

$contactForm-&gt;addField(array (
	&#039;id&#039; =&gt; &#039;guess_city&#039;,
	&#039;type&#039; =&gt; &#039;textbox&#039;,
	&#039;label&#039; =&gt; &#039;The City You Are In&#039;,
	&#039;required&#039; =&gt; false,
	&#039;maxlength&#039; =&gt; 2,
	&#039;defaultvalue&#039; =&gt; $guess_city,
	&#039;headerinjectioncheck&#039; =&gt; &#039;full&#039;
));

&#039;defaultvalue&#039; will be the text between the  or in the value= so the form will have pre-filled in data.

Thx for formbuilder - it is TOTALLY AWESOME</description>
		<content:encoded><![CDATA[<p>Is there a way to pass a default value into the text forms from a variable? For example:</p>
<p>$contactForm-&gt;addField(array (<br />
	&#8216;id&#8217; =&gt; &#8216;guess_city&#8217;,<br />
	&#8216;type&#8217; =&gt; &#8216;textbox&#8217;,<br />
	&#8216;label&#8217; =&gt; &#8216;The City You Are In&#8217;,<br />
	&#8216;required&#8217; =&gt; false,<br />
	&#8216;maxlength&#8217; =&gt; 2,<br />
	&#8216;defaultvalue&#8217; =&gt; $guess_city,<br />
	&#8216;headerinjectioncheck&#8217; =&gt; &#8216;full&#8217;<br />
));</p>
<p>&#8216;defaultvalue&#8217; will be the text between the  or in the value= so the form will have pre-filled in data.</p>
<p>Thx for formbuilder &#8211; it is TOTALLY AWESOME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-104112</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 22 May 2009 00:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-104112</guid>
		<description>@Tobias - Agreed! There&#039;s a limit to how flexible my script is, and for complex form layouts you are better off rolling your own.</description>
		<content:encoded><![CDATA[<p>@Tobias &#8211; Agreed! There&#8217;s a limit to how flexible my script is, and for complex form layouts you are better off rolling your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-104107</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 21 May 2009 21:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-104107</guid>
		<description>@Jonathan: Well that might be one way, but I found it not worth the effort. the script is nice if you need what it does, so I still use it now and then but for more &quot;complicated&quot; forms, i&#039;ll stick to my own forms. :)</description>
		<content:encoded><![CDATA[<p>@Jonathan: Well that might be one way, but I found it not worth the effort. the script is nice if you need what it does, so I still use it now and then but for more &#8220;complicated&#8221; forms, i&#8217;ll stick to my own forms. <img src='http://f6design.com/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-104063</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 20 May 2009 23:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-104063</guid>
		<description>@Tobias - I can&#039;t immediately think of a way to achieve what you want. You should be able to style individual fields via CSS, since each field has an id - for instance you could make the postcode field shorter. But targeting field labels would be trickier. If you used javascript (maybe jquery) you might be able to attach CSS classes to specific label, dd or dt elements and wrestle more control over the way they are styled.</description>
		<content:encoded><![CDATA[<p>@Tobias &#8211; I can&#8217;t immediately think of a way to achieve what you want. You should be able to style individual fields via CSS, since each field has an id &#8211; for instance you could make the postcode field shorter. But targeting field labels would be trickier. If you used javascript (maybe jquery) you might be able to attach CSS classes to specific label, dd or dt elements and wrestle more control over the way they are styled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-2/#comment-103014</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 05 May 2009 09:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-103014</guid>
		<description>Hi, i found it difficult to adjust the form. Example:
I have these 2 related fields: postalcode and city. Here in the Netherlands PC is only 6chars, so i fully width field would be stupid. Therefore I would like to combine PC and City at one height. But of course, keep the input fields seperated. 

PC + City      [input filed] __ [longer input field]

Because all dd&#039;s and dt&#039;s are styled the sameway I wonder if it&#039;s possible at all... Please contact me, your formbuilder rocks ass! really :D</description>
		<content:encoded><![CDATA[<p>Hi, i found it difficult to adjust the form. Example:<br />
I have these 2 related fields: postalcode and city. Here in the Netherlands PC is only 6chars, so i fully width field would be stupid. Therefore I would like to combine PC and City at one height. But of course, keep the input fields seperated. </p>
<p>PC + City      [input filed] __ [longer input field]</p>
<p>Because all dd&#8217;s and dt&#8217;s are styled the sameway I wonder if it&#8217;s possible at all&#8230; Please contact me, your formbuilder rocks ass! really <img src='http://f6design.com/journal/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-1/#comment-101303</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-101303</guid>
		<description>Thank you for your reply, I&#039;ll give that a go... reCaptcha might be a good service to consider - http://recaptcha.net</description>
		<content:encoded><![CDATA[<p>Thank you for your reply, I&#8217;ll give that a go&#8230; reCaptcha might be a good service to consider &#8211; <a href="http://recaptcha.net" rel="nofollow">http://recaptcha.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-1/#comment-101284</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 14 Apr 2009 03:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-101284</guid>
		<description>@Phil - I actually have plans to add CAPTCHA to FormBuilder, but you could also achieve what you want by adding your own custom validation, something like this:

if($contactForm-&gt;isSubmitted()){
	if ($_POST[&#039;captcha&#039;] != &#039;7&#039;){
                $contactForm-&gt;forceErrorMessage(&#039;captcha&#039;,&#039;Your error message here&#039;);
        }
}

Have a look at the source of my demo and you&#039;ll see an example of the isSubmitted method.</description>
		<content:encoded><![CDATA[<p>@Phil &#8211; I actually have plans to add CAPTCHA to FormBuilder, but you could also achieve what you want by adding your own custom validation, something like this:</p>
<p>if($contactForm->isSubmitted()){<br />
	if ($_POST['captcha'] != &#8216;7&#8242;){<br />
                $contactForm->forceErrorMessage(&#8216;captcha&#8217;,'Your error message here&#8217;);<br />
        }<br />
}</p>
<p>Have a look at the source of my demo and you&#8217;ll see an example of the isSubmitted method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/comment-page-1/#comment-100959</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/2007/04/27/formbuilder-html-forms-made-simple/#comment-100959</guid>
		<description>Is is possible to add another validationtype for text fields, where the field has to be equal to x... so that a rudimentary captcha can be added... eg. &quot;Please type the value 3+4&quot; ... so the user has to input the number 7.</description>
		<content:encoded><![CDATA[<p>Is is possible to add another validationtype for text fields, where the field has to be equal to x&#8230; so that a rudimentary captcha can be added&#8230; eg. &#8220;Please type the value 3+4&#8243; &#8230; so the user has to input the number 7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
