<?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: Question on Saving the credit card number</title>
		<link>https://legacy.forums.gravityhelp.com/topic/question-on-saving-the-credit-card-number</link>
		<description>Gravity Support Forums Topic: Question on Saving the credit card number</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:28: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/question-on-saving-the-credit-card-number" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Question on Saving the credit card number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-on-saving-the-credit-card-number#post-118919</link>
			<pubDate>Thu, 10 Jan 2013 23:08:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118919@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is the correct code for copying from one input to another.  Is this working for you now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>longhornleads on "Question on Saving the credit card number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-on-saving-the-credit-card-number#post-118685</link>
			<pubDate>Thu, 10 Jan 2013 15:53:31 +0000</pubDate>
			<dc:creator>longhornleads</dc:creator>
			<guid isPermaLink="false">118685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think my problem is that it is a multi-page form.  It looks like I picked the right hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>longhornleads on "Question on Saving the credit card number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-on-saving-the-credit-card-number#post-118657</link>
			<pubDate>Thu, 10 Jan 2013 14:33:59 +0000</pubDate>
			<dc:creator>longhornleads</dc:creator>
			<guid isPermaLink="false">118657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a need for the credit card number (not masked) and need to send it on to another system.  Is there a way to accomplish this?  I am wondering which hook to use and if anyone might have a snippet of code.  Specifically, I would like to get the unmasked credit card number and save it to a hidden field for now.&#60;/p&#62;
&#60;p&#62;I tried this one to no avail:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_pre_submission_filter&#38;quot;, &#38;quot;add_cc&#38;quot;);
function add_cc($form){

    //get the credit card
    $cc  = $_POST[&#38;quot;input_91.1&#38;quot;] . &#38;quot;,&#38;quot;;
    $_POST[&#38;quot;input_98&#38;quot;]=$cc;
    //returning modified form object
    return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
