<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for Dharma Online</title>
	<atom:link href="http://www.odharma.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.odharma.com</link>
	<description>Creating WordPress Websites with Purpose</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Celebrating 1,000,000 Page Views by There is a War - iamronen</title>
		<link>http://www.odharma.com/2012/01/celebrating-one-million-page-views/#comment-118</link>
		<dc:creator>There is a War - iamronen</dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=840#comment-118</guid>
		<description>[...] of freedom that can be exploited and opposed to aspects of freedom that may inhibit exploitation. I strongly encourage participation in the Free Internet I vehemently discourage participation in its compromised-freedom-inhibiting [...]</description>
		<content:encoded><![CDATA[<p>[...] of freedom that can be exploited and opposed to aspects of freedom that may inhibit exploitation. I strongly encourage participation in the Free Internet I vehemently discourage participation in its compromised-freedom-inhibiting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by iamronen</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-114</link>
		<dc:creator>iamronen</dc:creator>
		<pubDate>Tue, 08 Nov 2011 05:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-114</guid>
		<description>The plugin action, to which this function is hooked, passes the form data in as an object. Notice in the add_action line at the end the number &quot;1&quot; indicates that one variable is expected - that is the object from the plugin.  </description>
		<content:encoded><![CDATA[<p>The plugin action, to which this function is hooked, passes the form data in as an object. Notice in the add_action line at the end the number &quot;1&quot; indicates that one variable is expected &#8211; that is the object from the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by jared</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-113</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-113</guid>
		<description>Where did you get the variable $cfdata? Your post about the cf7 is hook helpful but I&#039;m struggling with how to pass the cf7 form data into a variable which I will then pass into my HTTP request to a rails api.  How did you access the cf7 data array? </description>
		<content:encoded><![CDATA[<p>Where did you get the variable $cfdata? Your post about the cf7 is hook helpful but I&#039;m struggling with how to pass the cf7 form data into a variable which I will then pass into my HTTP request to a rails api.  How did you access the cf7 data array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by Colir</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-112</link>
		<dc:creator>Colir</dc:creator>
		<pubDate>Wed, 02 Nov 2011 16:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-112</guid>
		<description>thanks. and sorry for the double comment 
 </description>
		<content:encoded><![CDATA[<p>thanks. and sorry for the double comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by iamronen</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-111</link>
		<dc:creator>iamronen</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-111</guid>
		<description>I don&#039;t know if it&#039;s possible to prevent contact-form from sending an email however you can send the email to a garbage account.   </description>
		<content:encoded><![CDATA[<p>I don&#039;t know if it&#039;s possible to prevent contact-form from sending an email however you can send the email to a garbage account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by iamronen</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-110</link>
		<dc:creator>iamronen</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-110</guid>
		<description>When you process the form containing the user information you collected you can call a WordPress API function &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/wp_insert_user&quot; rel=&quot;nofollow&quot;&gt;wp_insert_user&lt;/a&gt; that will create a new user for you. Please note that you should probably do some kind of validation to make sure the user does not already exist.   </description>
		<content:encoded><![CDATA[<p>When you process the form containing the user information you collected you can call a WordPress API function <a href="http://codex.wordpress.org/Function_Reference/wp_insert_user" rel="nofollow">wp_insert_user</a> that will create a new user for you. Please note that you should probably do some kind of validation to make sure the user does not already exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by Colir</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-109</link>
		<dc:creator>Colir</dc:creator>
		<pubDate>Wed, 02 Nov 2011 11:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-109</guid>
		<description>huho ! this interest me a lot ! 
Can you explain how you create a new user using a contact form 7 ?  
it&#039;s possible to do this without that contact form 7 send a mail ? 
 
 
thanks for your help ! </description>
		<content:encoded><![CDATA[<p>huho ! this interest me a lot !<br />
Can you explain how you create a new user using a contact form 7 ?<br />
it&#039;s possible to do this without that contact form 7 send a mail ? </p>
<p>thanks for your help !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by Colir</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-108</link>
		<dc:creator>Colir</dc:creator>
		<pubDate>Thu, 27 Oct 2011 16:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-108</guid>
		<description>huho ! this interest me a lot 
you say &quot;I have used this to create a custom registration form that creates both posts and users within WordPress&quot; 
 
If i well understand, you create user automatically with a contact form 7 form ? 
this is exactly what i&#039;m looking form (and also use contact form 7 as a login form) 
 
can you tell me more about the process ?  
 
thanks </description>
		<content:encoded><![CDATA[<p>huho ! this interest me a lot<br />
you say &quot;I have used this to create a custom registration form that creates both posts and users within WordPress&quot; </p>
<p>If i well understand, you create user automatically with a contact form 7 form ?<br />
this is exactly what i&#039;m looking form (and also use contact form 7 as a login form) </p>
<p>can you tell me more about the process ?  </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by iamronen</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-107</link>
		<dc:creator>iamronen</dc:creator>
		<pubDate>Thu, 27 Oct 2011 16:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-107</guid>
		<description>I am not sure that I understand you completely ... but I have used this to create a custom registration form that creates both posts and users within WordPress. Once you catch the form you can process it however you like and do pretty much anything the WordPress API gives you access to.  </description>
		<content:encoded><![CDATA[<p>I am not sure that I understand you completely &#8230; but I have used this to create a custom registration form that creates both posts and users within WordPress. Once you catch the form you can process it however you like and do pretty much anything the WordPress API gives you access to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Data Entry Forms for WordPress with Contact Form 7 by Colir</title>
		<link>http://www.odharma.com/2011/01/how-to-create-data-entry-forms-for-wordpress-with-contactform7/#comment-106</link>
		<dc:creator>Colir</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.odharma.com/?p=772#comment-106</guid>
		<description>Hi,  
i&#039;m asking me if with this kind of trick i can use contact form 7 as a registration form. 
The idea will be to create a new form and post information on wordpress default registration form and catch back the returned error to display error whithin contact form 7 (if there are error) 
 
do you think it&#039;s possible ? </description>
		<content:encoded><![CDATA[<p>Hi,<br />
i&#039;m asking me if with this kind of trick i can use contact form 7 as a registration form.<br />
The idea will be to create a new form and post information on wordpress default registration form and catch back the returned error to display error whithin contact form 7 (if there are error) </p>
<p>do you think it&#039;s possible ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

