<?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: Possible to capture credit cards locally?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally</link>
		<description>Gravity Support Forums Topic: Possible to capture credit cards locally?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:21:13 +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/possible-to-capture-credit-cards-locally" rel="self" type="application/rss+xml" />

		<item>
			<title>bozzmedia on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-45386</link>
			<pubDate>Tue, 03 Jan 2012 20:46:46 +0000</pubDate>
			<dc:creator>bozzmedia</dc:creator>
			<guid isPermaLink="false">45386@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris.  So I've added the required hooks to functions.php but I'm not seeing anything pop up in the form editor.  Is there further coding required to take advantage of this field in the form editor, or is it all done outside of the editor?  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_enable_credit_card_field&#38;quot;, &#38;quot;enable_creditcard&#38;quot;);
function enable_creditcard($is_enabled){
    return true;
}

add_filter(&#38;quot;gform_creditcard_types&#38;quot;, &#38;quot;remove_maestro&#38;quot;);
function remove_maestro($cards){
    unset($cards[5]); //removing Maestro from the list
    return $cards;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-44458</link>
			<pubDate>Mon, 19 Dec 2011 23:25:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44458@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@bozzmedia, here is the latest information from Carl Hancock about what is currently built in to Gravity Forms for credit cards: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/credit-card-validating#post-44438&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/credit-card-validating#post-44438&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can currently encrypt and store the credit card information with hooks that are built in to Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bozzmedia on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-44447</link>
			<pubDate>Mon, 19 Dec 2011 21:03:02 +0000</pubDate>
			<dc:creator>bozzmedia</dc:creator>
			<guid isPermaLink="false">44447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I meant to ask specifically about storing credit card numbers locally AND securely.  i.e. sending half the number over email, half stored on server with an encryption key, etc. &#60;/p&#62;
&#60;p&#62;If anyone comes up with a solution I would be very interested, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-44410</link>
			<pubDate>Mon, 19 Dec 2011 17:19:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44410@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As explained &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/possible-to-capture-credit-cards-locally#post-18093&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62; this is already possible.  I have not heard of anyone developing this though.&#60;/p&#62;
&#60;p&#62;Also, the credit card data will not be stored locally in the future.  It is always handed off to the card processor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bozzmedia on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-44295</link>
			<pubDate>Sat, 17 Dec 2011 00:45:11 +0000</pubDate>
			<dc:creator>bozzmedia</dc:creator>
			<guid isPermaLink="false">44295@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We also have someone interested in this capability.  Any success finding a developer for this?  Will the Credit Card field coming in a future release help secure credit card information locally?  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-22190</link>
			<pubDate>Thu, 31 Mar 2011 17:10:28 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">22190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If someone writes this code, get in touch!  I'd love to be able to do this on my site.  I currently take deposits online... and I get a phone call once a month from someone who says, I can't make a deposit, I don't have a paypal account!  I'd love to get the information on my site etc..&#60;/p&#62;
&#60;p&#62;I also helped the local fire department with registration for a 5K -- and they had similar questions sent to them.  Maybe a couple of us can get together to help underwrite the enhancement?&#60;/p&#62;
&#60;p&#62;-Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-18158</link>
			<pubDate>Thu, 10 Feb 2011 01:00:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Recurring transactions are possible with Gravity Forms and the PayPal Add-On.  The PayPal Add-On supports recurring transactions, which are really handled by PayPal.  Gravity Forms sets up the recurring transaction with PayPal based on the form submission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ThomasUmstattd on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-18127</link>
			<pubDate>Wed, 09 Feb 2011 21:06:23 +0000</pubDate>
			<dc:creator>ThomasUmstattd</dc:creator>
			<guid isPermaLink="false">18127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Would it be possible to do recurring transactions through the gravity forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-18093</link>
			<pubDate>Wed, 09 Feb 2011 16:46:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it's possible although i'm not 100% sure on the guidelines for storing credit card data.  You would want to use SSL on your WordPress site which can be done using plugins that handle making sure the site is accessed via SSL and of course installing SSL on your web server.&#60;/p&#62;
&#60;p&#62;In Gravity Forms v1.5 there are hooks in place that would allow you to 1) encrypt form data and 2) decrypt form data when it is displayed.  You would have to write custom code to do it, but the hooks are in place to make it possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ThomasUmstattd on "Possible to capture credit cards locally?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-capture-credit-cards-locally#post-18088</link>
			<pubDate>Wed, 09 Feb 2011 15:28:52 +0000</pubDate>
			<dc:creator>ThomasUmstattd</dc:creator>
			<guid isPermaLink="false">18088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to do everything on the site without sending users to PayPal. I know we will need an SSL certificate and that this is possible with various paypal compatible shopping carts but can we do this with Gravity Forms?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
