<?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: ONW Simple Contact Form</title>
	<atom:link href="http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olympianetworks.com</link>
	<description>Peak Solutions for the World Wide Web</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:04:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ed. Bones</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1757</link>
		<dc:creator>Ed. Bones</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1757</guid>
		<description>Regarding feedback #27/28. is it not possible on an individual basis to change or remove this text</description>
		<content:encoded><![CDATA[<p>Regarding feedback #27/28. is it not possible on an individual basis to change or remove this text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1748</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 26 Jun 2010 23:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1748</guid>
		<description>Would like to see ability to send to multiple email addresses. Love the plugin, thanks!

Dan</description>
		<content:encoded><![CDATA[<p>Would like to see ability to send to multiple email addresses. Love the plugin, thanks!</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1726</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Mon, 21 Jun 2010 22:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1726</guid>
		<description>Hi John, I&#039;ve just downloaded the plugin.

I&#039;ve had a look at the comments on here, and your installation guidline, but can&#039;t seem to find anything on how to change the css style. I&#039;d like to change the font type and font size and color. 

Could you please explain how to do this? I&#039;m hosting through BlueHost and have version 3.0 of wordpress.

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi John, I&#8217;ve just downloaded the plugin.</p>
<p>I&#8217;ve had a look at the comments on here, and your installation guidline, but can&#8217;t seem to find anything on how to change the css style. I&#8217;d like to change the font type and font size and color. </p>
<p>Could you please explain how to do this? I&#8217;m hosting through BlueHost and have version 3.0 of wordpress.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1703</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Wed, 16 Jun 2010 02:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1703</guid>
		<description>Roman:

I apologize for the delayed response, but the new release I was working on changes the answer to your question.

With version 2.0.1, to use the contact form in your template instead of using a shortcode, put the following into your theme file at the desired location:

`echo ONW_SCF_shortcode_wrapper( array(
  &#039;to_email&#039; =&gt; &#039;some-email@example.com&#039;,
  &#039;subject&#039; =&gt; &#039;Example subject from %name%&#039;,
  &#039;onw_recaptcha&#039; =&gt; &#039;on&#039;
) );`</description>
		<content:encoded><![CDATA[<p>Roman:</p>
<p>I apologize for the delayed response, but the new release I was working on changes the answer to your question.</p>
<p>With version 2.0.1, to use the contact form in your template instead of using a shortcode, put the following into your theme file at the desired location:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">echo ONW_SCF_shortcode_wrapper( array(<br />
  <span style="color:#008800;font-weight:bold;">'to_email'</span> => <span style="color:#008800;font-weight:bold;">'some-email@example.com'</span>,<br />
  <span style="color:#008800;font-weight:bold;">'subject'</span> => <span style="color:#008800;font-weight:bold;">'Example subject from %name%'</span>,<br />
  <span style="color:#008800;font-weight:bold;">'onw_recaptcha'</span> => <span style="color:#008800;font-weight:bold;">'on'</span><br />
) );</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Rejmkhe</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1639</link>
		<dc:creator>Roman Rejmkhe</dc:creator>
		<pubDate>Mon, 31 May 2010 12:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1639</guid>
		<description>How can I integrate this form into template with using custom to: email? What should I insert into template instead of shortcode?</description>
		<content:encoded><![CDATA[<p>How can I integrate this form into template with using custom to: email? What should I insert into template instead of shortcode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1635</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Sat, 29 May 2010 12:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1635</guid>
		<description>Rosie, et al.:

I released a solution to this problem in 1.9.2.</description>
		<content:encoded><![CDATA[<p>Rosie, et al.:</p>
<p>I released a solution to this problem in 1.9.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosie</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1634</link>
		<dc:creator>Rosie</dc:creator>
		<pubDate>Sat, 29 May 2010 08:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1634</guid>
		<description>Hi,

I&#039;m using your ONW plugin with recaptcha and am getting an error message if user doesn&#039;t get the recaptcha right on my contact form: 
Warning: Missing argument 2 for onw_form_val_js(), called in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 803 and defined in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php  on line 596

The form and the recaptcha seem to work fine despite the warning error message, so I just need to find out how to stop the warning coming up. Is there some parameter I haven&#039;t set?
Any suggestions?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using your ONW plugin with recaptcha and am getting an error message if user doesn&#8217;t get the recaptcha right on my contact form:<br />
Warning: Missing argument 2 for onw_form_val_js(), called in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 803 and defined in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php  on line 596</p>
<p>The form and the recaptcha seem to work fine despite the warning error message, so I just need to find out how to stop the warning coming up. Is there some parameter I haven&#8217;t set?<br />
Any suggestions?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1522</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Mon, 03 May 2010 10:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1522</guid>
		<description>Michael,

Thank you for letting me know about this. You can find all releases at the WordPress.org plugin repository page:
http://wordpress.org/extend/plugins/onw-simple-contact-form/download/
Make sure you skip v1.9 and just go back to 1.8, since 1.9.1 was a bug fix release.

I will be looking through the code to better understand why this is happening, and will get a patch up. In order to better be able to recreate the bug, could you tell me what your specs are? I.e., what version of WP it was running on, what server config, etc., as well as any other plugins that were installed/active at the time?

Thanks!</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Thank you for letting me know about this. You can find all releases at the WordPress.org plugin repository page:<br />
<a href="http://wordpress.org/extend/plugins/onw-simple-contact-form/download/" rel="nofollow">http://wordpress.org/extend/plugins/onw-simple-contact-form/download/</a><br />
Make sure you skip v1.9 and just go back to 1.8, since 1.9.1 was a bug fix release.</p>
<p>I will be looking through the code to better understand why this is happening, and will get a patch up. In order to better be able to recreate the bug, could you tell me what your specs are? I.e., what version of WP it was running on, what server config, etc., as well as any other plugins that were installed/active at the time?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-2/#comment-1519</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 03 May 2010 04:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-1519</guid>
		<description>Ummm.

The new version auto updated a couple of days - Now when you add a new form it breaks, a lot!

On the display page:

Fatal error: Call to undefined function onw_recaptcha_get_html() in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php  on line 568

On the settings page:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 235

Where can I download an older version so I can roll-back?</description>
		<content:encoded><![CDATA[<p>Ummm.</p>
<p>The new version auto updated a couple of days &#8211; Now when you add a new form it breaks, a lot!</p>
<p>On the display page:</p>
<p>Fatal error: Call to undefined function onw_recaptcha_get_html() in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php  on line 568</p>
<p>On the settings page:</p>
<p>Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 235</p>
<p>Where can I download an older version so I can roll-back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/comment-page-1/#comment-975</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-975</guid>
		<description>Here&#039;s what Francis was talking about:

To modify the way the recaptcha displays, go into the plugin editor. In the main file (it should be the default file you&#039;re editing), go about two thirds of the way down the file to the Form Functions section. Find the second function called &#039;onw_form_val_js&#039;. You should see some code that looks like this:

`function onw_form_val_js($recaptcha) {
  
  // Prepare the javascript and assign it to a variable...
  $js_output = &#039;&lt;script language=&quot;Javascript&quot; type=&quot;text/javascript&quot;&gt;
    function onwFormValidate(){
      var nameField = document.getElementById(&quot;uName&quot;);
      var emailField = document.getElementById(&quot;uEmail&quot;);
      var messageField = document.getElementById(&quot;uMessage&quot;);
      var checkField = document.getElementById(&quot;uCheck&quot;);
      if(nameField.value==&quot;&quot;){
        alert(&quot;Please enter your name.&quot;);
        nameField.focus();
        return;`

Right before the part that says &#039;function onwFormValidate(){&#039;, you can insert the following code to modify the way the recaptcha form looks:

`var RecaptchaOptions = { theme: &quot;white&quot; };`

The default theme is red, but you can change it to white, blackglass, or clean. You can also add support for other languages with:

`var RecaptchaOptions = { lang: &quot;de&quot; };`

That changes the language to German. Use the appropriate language code for your language. To use both theme customization and alternate languages, write the code with a comma between theme and lang:

`var RecaptchaOptions = { theme: &quot;white&quot;, lang: &quot;de&quot; };`

I&#039;ll be working on integrating these settings in future releases of the plugin.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what Francis was talking about:</p>
<p>To modify the way the recaptcha displays, go into the plugin editor. In the main file (it should be the default file you&#8217;re editing), go about two thirds of the way down the file to the Form Functions section. Find the second function called &#8216;onw_form_val_js&#8217;. You should see some code that looks like this:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">function onw_form_val_js(<span style="font-weight:bold;color:#0000ff;">$recaptcha</span>) {</p>
<p>  <span style="color:#444444;"><em>// Prepare the javascript and assign it to a variable&#8230;<br />
</em></span><br />
  <span style="font-weight:bold;color:#0000ff;">$js_output</span> = '&lt;script language=<span style="color:#008800;font-weight:bold;">"Javascript"</span> type=<span style="color:#008800;font-weight:bold;">"text/javascript"</span>><br />
    function onwFormValidate(){<br />
      var nameField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uName"</span>);<br />
      var emailField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uEmail"</span>);<br />
      var messageField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uMessage"</span>);<br />
      var checkField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uCheck"</span>);<br />
      if(nameField.value==<span style="color:#008800;font-weight:bold;">""</span>){<br />
        alert(<span style="color:#008800;font-weight:bold;">"Please enter your name."</span>);<br />
        nameField.focus();<br />
        return;</div>
<p>Right before the part that says 'function onwFormValidate(){', you can insert the following code to modify the way the recaptcha form looks:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { theme: <span style="color:#008800;font-weight:bold;">"white"</span> };</div>
<p>The default theme is red, but you can change it to white, blackglass, or clean. You can also add support for other languages with:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { lang: <span style="color:#008800;font-weight:bold;">"de"</span> };</div>
<p>That changes the language to German. Use the appropriate language code for your language. To use both theme customization and alternate languages, write the code with a comma between theme and lang:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { theme: <span style="color:#008800;font-weight:bold;">"white"</span>, lang: <span style="color:#008800;font-weight:bold;">"de"</span> };</div>
<p>I'll be working on integrating these settings in future releases of the plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
