<?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: How To Create Custom Forms Using Drupal In 4 Easy Steps</title>
	<atom:link href="http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 23:46:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ashley</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-613</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-613</guid>
		<description>How do you open webform after you install it?</description>
		<content:encoded><![CDATA[<p>How do you open webform after you install it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-487</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-487</guid>
		<description>I created a webform for a client a couple of years ago and I had it so that the email sent to my client only included fields with user entries and omitted any blank fields. I&#039;m sure I did this via admin or pasting a snippet, since I don&#039;t know any PHP or scripting.

I recently added Captcha due to problems with spam submissoins, and now all the fields are included in the form submission emails. It is a lengthy form and I want to set it back to emailing submitted fields only. 

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I created a webform for a client a couple of years ago and I had it so that the email sent to my client only included fields with user entries and omitted any blank fields. I&#8217;m sure I did this via admin or pasting a snippet, since I don&#8217;t know any PHP or scripting.</p>
<p>I recently added Captcha due to problems with spam submissoins, and now all the fields are included in the form submission emails. It is a lengthy form and I want to set it back to emailing submitted fields only. </p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Peacock</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-480</link>
		<dc:creator>Richard Peacock</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-480</guid>
		<description>@Linda and everyone else who was asking about inline fields--

You can indeed re-arrange the fields on webform into any configuration you like with my addon module:

http://drupal.org/project/arrange_fields

As of the time of this writing, it is in alpha release, so use on a production site only after thorough testing!

Richard</description>
		<content:encoded><![CDATA[<p>@Linda and everyone else who was asking about inline fields&#8211;</p>
<p>You can indeed re-arrange the fields on webform into any configuration you like with my addon module:</p>
<p><a href="http://drupal.org/project/arrange_fields" rel="nofollow">http://drupal.org/project/arrange_fields</a></p>
<p>As of the time of this writing, it is in alpha release, so use on a production site only after thorough testing!</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lena</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-464</link>
		<dc:creator>Lena</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-464</guid>
		<description>Hi, 

anyone knows how to create a conditional form in drupal? I mean, if I have a question: &quot;1) Are you married?&quot; [yes] [no]. The next question, that is: &quot;2) For how long are you married?&quot; will be enabled only if he/she answered [yes] in the first one.

I noticed that there is a module called &quot;webform conditional&quot; (http://drupal.org/project/webform_conditional) but it works only under Webform 6.x-3.0-beta1. I tested under Webform 2.9 (my website version) and it doesn&#039;t work. 

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>anyone knows how to create a conditional form in drupal? I mean, if I have a question: &#8220;1) Are you married?&#8221; [yes] [no]. The next question, that is: &#8220;2) For how long are you married?&#8221; will be enabled only if he/she answered [yes] in the first one.</p>
<p>I noticed that there is a module called &#8220;webform conditional&#8221; (<a href="http://drupal.org/project/webform_conditional" rel="nofollow">http://drupal.org/project/webform_conditional</a>) but it works only under Webform 6.x-3.0-beta1. I tested under Webform 2.9 (my website version) and it doesn&#8217;t work. </p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-445</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-445</guid>
		<description>hai , thank you so much ,

Could you please inform sites which give these methods of  help by step wise

and also   ,I have created the  form , which i am using for online registration,
Could  tell more and the steps for validating the forms , before sending to the data base, 

Expecting very much , and thanks</description>
		<content:encoded><![CDATA[<p>hai , thank you so much ,</p>
<p>Could you please inform sites which give these methods of  help by step wise</p>
<p>and also   ,I have created the  form , which i am using for online registration,<br />
Could  tell more and the steps for validating the forms , before sending to the data base, </p>
<p>Expecting very much , and thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azar</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-439</link>
		<dc:creator>Azar</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-439</guid>
		<description>Hi ...........

     i follow ur steps &amp; add webform ....
    but VIEW &amp; RESULT tab appear in webform 
    my quest is &quot;how to remove it &amp; also admin creating details &amp; also add  
    comments&quot; 

any1 help

Thanks in Advance</description>
		<content:encoded><![CDATA[<p>Hi &#8230;&#8230;&#8230;..</p>
<p>     i follow ur steps &amp; add webform &#8230;.<br />
    but VIEW &amp; RESULT tab appear in webform<br />
    my quest is &#8220;how to remove it &amp; also admin creating details &amp; also add<br />
    comments&#8221; </p>
<p>any1 help</p>
<p>Thanks in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angel</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-385</link>
		<dc:creator>angel</dc:creator>
		<pubDate>Wed, 28 Apr 2010 13:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-385</guid>
		<description>I would like to use a background image on the webform, how do i do that? 

Thank you!</description>
		<content:encoded><![CDATA[<p>I would like to use a background image on the webform, how do i do that? </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjunath</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-204</link>
		<dc:creator>Manjunath</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-204</guid>
		<description>form:


First name ______ Last name __________
Addr1 _______________________
Addr2 _______________________
City _________________ State __ Zip __________
Email _______________________ Phone __________</description>
		<content:encoded><![CDATA[<p>form:</p>
<p>First name ______ Last name __________<br />
Addr1 _______________________<br />
Addr2 _______________________<br />
City _________________ State __ Zip __________<br />
Email _______________________ Phone __________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjunath</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-203</link>
		<dc:creator>Manjunath</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-203</guid>
		<description>but how.  If you can provide some idea on it. I am new to drupal. so please help me out in altering the form fields inline.</description>
		<content:encoded><![CDATA[<p>but how.  If you can provide some idea on it. I am new to drupal. so please help me out in altering the form fields inline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Dossett</title>
		<link>http://www.expeditionpost.com/how-to-create-custom-forms-using-drupal-in-4-easy-steps/comment-page-1/#comment-178</link>
		<dc:creator>Steve Dossett</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.expeditionpost.com/?p=173#comment-178</guid>
		<description>Linda: you can override it with the theme&#039;s main style.css file.

Raj: thanks for the tutorial. Nothing to it!</description>
		<content:encoded><![CDATA[<p>Linda: you can override it with the theme&#8217;s main style.css file.</p>
<p>Raj: thanks for the tutorial. Nothing to it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
