<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Topic: CF7 Conversion</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion</link>
		<description>Gravity Support Forums Topic: CF7 Conversion</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 03:48:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/cf7-conversion" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-320960</link>
			<pubDate>Thu, 13 Jun 2013 13:35:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">320960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It will, but of course, we've placed multiple limitations on the demo. Can you tell me what exactly you did, and I can give you more information on if it will work as you expect or not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DesignBigDreams on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-320836</link>
			<pubDate>Thu, 13 Jun 2013 12:31:32 +0000</pubDate>
			<dc:creator>DesignBigDreams</dc:creator>
			<guid isPermaLink="false">320836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried testing this on the demo site, but I wasn't sure if the demo site (when I hit submit) will actually redirect with the query string? Because when I tried it, it did not redirect as desired.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DesignBigDreams on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-320791</link>
			<pubDate>Thu, 13 Jun 2013 12:09:23 +0000</pubDate>
			<dc:creator>DesignBigDreams</dc:creator>
			<guid isPermaLink="false">320791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a million, will probably be getting my developer license this week or next.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-320690</link>
			<pubDate>Thu, 13 Jun 2013 10:54:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">320690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Check out our demos at &#60;a href=&#34;http://gravityforms.com/demo&#34; rel=&#34;nofollow&#34;&#62;http://gravityforms.com/demo&#60;/a&#62;&#60;br /&#62;
You can have query strings on a URL as part of the confirmation redirect if you so choose, or you can use our hooks system to send data to a third party service (requires PHP coding). &#60;/p&#62;
&#60;p&#62;There is not a built-in way to have front end users able to export CSV's of entries.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DesignBigDreams on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-320680</link>
			<pubDate>Thu, 13 Jun 2013 10:49:12 +0000</pubDate>
			<dc:creator>DesignBigDreams</dc:creator>
			<guid isPermaLink="false">320680@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hate to be a squeaky wheel, but I would really like to know about URL encoding.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DesignBigDreams on "CF7 Conversion"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cf7-conversion#post-317566</link>
			<pubDate>Tue, 11 Jun 2013 17:39:35 +0000</pubDate>
			<dc:creator>DesignBigDreams</dc:creator>
			<guid isPermaLink="false">317566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I currently use CF7. There are a couple functionalities that I absolutely require in Gravity Forms before I can make the switch. First and probably the most important is in CF7 there is a field section call &#34;Additional Settings.&#34; What we do is we apply a class to every field (that we need) then in the &#34;Additional Settings&#34; we add the following code 'on_sent_ok: &#34;var total=0;$('.addme').each(function(){	total+=Number($(this).val());}); var formData = $('.passthru').serialize();location='https://secure.etransfer.com/EFTDemo/DBDPassThru.cfm?'+formData+'&#38;amp;amount='+total;&#34;'  Basically what it does it encodes a URL that we can pass through to our bank AND redirects the user to the secure payment page with some basic information already filled in (like total price). We need to be able to maintain that functionality. If we can't do this the rest of my questions are moot. &#60;/p&#62;
&#60;p&#62;The only other BIG item is, I see that you can export to CSV from the wp-backend, but is there a way to make that available to a front-end user.  With CF7 we create a link that allows any user to download form results. &#60;/p&#62;
&#60;p&#62;I have a few other minor things, but my guess is we will be able to work around them.&#60;/p&#62;
&#60;p&#62;Thank you for taking the time to answer my questions,&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
