<?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"
	>
<channel>
	<title>Comments on: The Submit API is&#160;Released!</title>
	<atom:link href="http://wufoo.com/2007/02/01/the-submit-api-is-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/</link>
	<description>Making forms easy + fast + fun.</description>
	<pubDate>Tue, 02 Dec 2008 06:35:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Bush</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-3581</link>
		<dc:creator>Bush</dc:creator>
		<pubDate>Thu, 05 Apr 2007 17:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-3581</guid>
		<description>&lt;p&gt;I have been looking for sites like this for a long time. Thank you!u&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been looking for sites like this for a long time. Thank you!u</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Campbell</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1850</link>
		<dc:creator>Chris Campbell</dc:creator>
		<pubDate>Sun, 11 Feb 2007 15:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1850</guid>
		<description>&lt;p&gt;Glad you got it now, Larry. If you have any other questions, don't hesitate to ask.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad you got it now, Larry. If you have any other questions, don&#8217;t hesitate to ask.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Wood</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1760</link>
		<dc:creator>Larry Wood</dc:creator>
		<pubDate>Thu, 08 Feb 2007 21:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1760</guid>
		<description>&lt;p&gt;Thanks for the reply.  I finally got it.  Somehow I missed the part about the coming back with a "success" and then my being able to do the re-direct from my site.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  I finally got it.  Somehow I missed the part about the coming back with a &#8220;success&#8221; and then my being able to do the re-direct from my site.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Campbell</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1574</link>
		<dc:creator>Chris Campbell</dc:creator>
		<pubDate>Fri, 02 Feb 2007 18:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1574</guid>
		<description>&lt;p&gt;Larry, when I listed those examples, I was just trying to give some potential possibilities of what you could do with the API. There are some basic examples and the documentation at http://wufoo.com/docs/api/submit/.&lt;/p&gt;

&lt;p&gt;The API does require programming knowledge since the form is hosted on your servers, and you must programatically submit the data to Wufoo.&lt;/p&gt;

&lt;p&gt;If, for example, you wanted to redirect the user depending on how they filled out the form, you could create a form, have it submit to Wufoo through the API, and then redirect them to different websites based off of their answers. Since the form is hosted on your site and you can control the complete user experience, you can decide what happens to them after a successful submission.&lt;/p&gt;

&lt;p&gt;So, let's you had a radio button called "Radio" with the options of "yes", or "no". After the data is submitted to Wufoo, you will have a JSON string returned to you letting you know if the submission was successful or not. If the submission was successful you could then write some code that says&lt;/p&gt;

&lt;p&gt;if radio = 'yes' redirect to google.com
elseif radio = 'no' redirect to yahoo.com&lt;/p&gt;

&lt;p&gt;Since you're in complete control of the process, the possibilities are endless.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Larry, when I listed those examples, I was just trying to give some potential possibilities of what you could do with the API. There are some basic examples and the documentation at <a href="http://wufoo.com/docs/api/submit/" rel="nofollow">http://wufoo.com/docs/api/submit/</a>.</p>

<p>The API does require programming knowledge since the form is hosted on your servers, and you must programatically submit the data to Wufoo.</p>

<p>If, for example, you wanted to redirect the user depending on how they filled out the form, you could create a form, have it submit to Wufoo through the API, and then redirect them to different websites based off of their answers. Since the form is hosted on your site and you can control the complete user experience, you can decide what happens to them after a successful submission.</p>

<p>So, let&#8217;s you had a radio button called &#8220;Radio&#8221; with the options of &#8220;yes&#8221;, or &#8220;no&#8221;. After the data is submitted to Wufoo, you will have a JSON string returned to you letting you know if the submission was successful or not. If the submission was successful you could then write some code that says</p>

<p>if radio = &#8216;yes&#8217; redirect to google.com
elseif radio = &#8216;no&#8217; redirect to yahoo.com</p>

<p>Since you&#8217;re in complete control of the process, the possibilities are endless.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Wood</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1565</link>
		<dc:creator>Larry Wood</dc:creator>
		<pubDate>Fri, 02 Feb 2007 16:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1565</guid>
		<description>&lt;p&gt;Ryan, I appreciate you reply, but I still wonder where is the documentation on how to:&lt;/p&gt;

&lt;p&gt;"Redirect users to different locations depending on how they filled out the form," or how to&lt;/p&gt;

&lt;p&gt;"Hook Wufoo up to your payment gateway".&lt;/p&gt;

&lt;p&gt;Sorry if I'm being dense, but the only documentation I see is for the three items referred to above, and as I reviewed those, I didn't see how that related to the other two kinds of things I'm interested in doing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan, I appreciate you reply, but I still wonder where is the documentation on how to:</p>

<p>&#8220;Redirect users to different locations depending on how they filled out the form,&#8221; or how to</p>

<p>&#8220;Hook Wufoo up to your payment gateway&#8221;.</p>

<p>Sorry if I&#8217;m being dense, but the only documentation I see is for the three items referred to above, and as I reviewed those, I didn&#8217;t see how that related to the other two kinds of things I&#8217;m interested in doing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1541</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Fri, 02 Feb 2007 00:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1541</guid>
		<description>&lt;p&gt;Larry, the one API (Submit Data) allows you to do all of these 6 things and more. The API allows you to programmatically submit data to your Wufoo account, but since it is submitted under your terms, you can do whatever you like before, during, and after the submission. If you wish to send a custom email, or redirect the user, you can because you're controlling the submission with your own code.&lt;/p&gt;

&lt;p&gt;You may be looking for examples on how to do all of these things. We have provided basic examples to get users started with the API. As we develop more, and as the community develops more, we will add them as examples.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Larry, the one API (Submit Data) allows you to do all of these 6 things and more. The API allows you to programmatically submit data to your Wufoo account, but since it is submitted under your terms, you can do whatever you like before, during, and after the submission. If you wish to send a custom email, or redirect the user, you can because you&#8217;re controlling the submission with your own code.</p>

<p>You may be looking for examples on how to do all of these things. We have provided basic examples to get users started with the API. As we develop more, and as the community develops more, we will add them as examples.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Wood</title>
		<link>http://wufoo.com/2007/02/01/the-submit-api-is-released/#comment-1540</link>
		<dc:creator>Larry Wood</dc:creator>
		<pubDate>Thu, 01 Feb 2007 23:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://wufoo.com/blog/2007/02/01/the-submit-api-is-released/#comment-1540</guid>
		<description>&lt;p&gt;What am I missing?  I see a list of six items, which are claimed to be but a few of the things I can do.  But when I go to the documentation, I find information on only these three:&lt;/p&gt;

&lt;p&gt;Submit Data 
Query Data 
Accessing a Report&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What am I missing?  I see a list of six items, which are claimed to be but a few of the things I can do.  But when I go to the documentation, I find information on only these three:</p>

<p>Submit Data 
Query Data 
Accessing a Report</p>]]></content:encoded>
	</item>
</channel>
</rss>
