<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>WordPress Ideas &#187; Topic: Custom Forms API</title>
		<link>http://wordpress.org/ideas/topic/custom-forms-api</link>
		<description>WordPress Ideas &#187; Topic: Custom Forms API</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:59:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/topic/custom-forms-api" rel="self" type="application/rss+xml" />

		<item>
			<title>bceglowski on "Custom Forms API"</title>
			<link>http://wordpress.org/ideas/topic/custom-forms-api#post-22929</link>
			<pubDate>Sun, 23 Sep 2012 14:44:20 +0000</pubDate>
			<dc:creator>bceglowski</dc:creator>
			<guid isPermaLink="false">22929@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I've not seen anything like that, thus far. The best I can do right now is to cripple Contact Form 7's JavaScript capabilities and build an HTML form using the plugin. IMO a good-old-forms-API is quite long overdue. I would write a plugin myself but haven't the time to commit to any new projects unfortunately.
</p>]]></description>
					</item>
		<item>
			<title>blackriver on "Custom Forms API"</title>
			<link>http://wordpress.org/ideas/topic/custom-forms-api#post-22924</link>
			<pubDate>Fri, 21 Sep 2012 19:42:09 +0000</pubDate>
			<dc:creator>blackriver</dc:creator>
			<guid isPermaLink="false">22924@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Does anybody know if any of the current WordPress form builder plugins have any API capabilities?
</p>]]></description>
					</item>
		<item>
			<title>bceglowski on "Custom Forms API"</title>
			<link>http://wordpress.org/ideas/topic/custom-forms-api#post-22293</link>
			<pubDate>Wed, 20 Jun 2012 11:14:05 +0000</pubDate>
			<dc:creator>bceglowski</dc:creator>
			<guid isPermaLink="false">22293@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>It would be excellent to see a native WordPress custom form API that supports input sanitising, security measures and display of data in the back-end... a bit like a mashup of some of the higher-level functionality of Solspace Freeform for ExpressionEngine, and CodeIgniter's suite of form controls and helpers.</p>
<p>Syntactically it could appear something like this in a template:</p>
<pre><code>&#60;?php
	open_the_form(
		&#039;my_form&#039;,				// Form name
		&#039;http://formaction.do&#039;,	// Form action/return page if not AJAX
		&#039;recipient@email.com&#039;,	// Email recipient(s)
		array(				// Required Fields - we could go a level deeper and set arrays of validation rules for each field, or call fields using PHP rather than HTML with validation rules specified inline
			&#039;name&#039;,
			&#039;email&#039;,
			&#039;telephone&#039;
		)
	);
?&#62;
	...inputs here...
&#60;/form&#62;</code></pre>
<p>...with a fairly simple admin panel that allows filtration of entries saved to the database by form name ("my_form" above) and some other parameters.
</p>]]></description>
					</item>

	</channel>
</rss>
