<?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: Securing Credit Card Data through CryptoHeaven?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven</link>
		<description>Gravity Support Forums Topic: Securing Credit Card Data through CryptoHeaven?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:53 +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/securing-credit-card-data-through-cryptoheaven" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Securing Credit Card Data through CryptoHeaven?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven#post-68669</link>
			<pubDate>Mon, 30 Jul 2012 17:58:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">68669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am sorry, I don't understand. It looks like you were originally talking about securing data, and now you are discussing hushmail. Are the two connected? Did you change the form submission based on the hook that was mentioned? Can you give me more information about what you are experiencing and what you expect to have happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Minnie on "Securing Credit Card Data through CryptoHeaven?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven#post-68639</link>
			<pubDate>Mon, 30 Jul 2012 16:29:40 +0000</pubDate>
			<dc:creator>Minnie</dc:creator>
			<guid isPermaLink="false">68639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I got this working with Hushmail, at least to send it, with the following added to the theme-child's 'functions.php' file:&#60;/p&#62;
&#60;p&#62;&#38;lt;form method=&#34;post&#34; enctype=&#34;multipart/form-data&#34;&#60;br /&#62;
target=&#34;gform_ajax_frame_1&#34; id=&#34;gform_1&#34;&#60;br /&#62;
action=&#34;https://forms.hush.com/yourform&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;But, the button click never got lost in a loop and the result of the form never landed on the success page.&#60;/p&#62;
&#60;p&#62;The form doesn't show field names, but only labels like:&#60;/p&#62;
&#60;p&#62;input_96_2:&#60;/p&#62;
&#60;p&#62;input_96_3: Joe&#60;/p&#62;
&#60;p&#62;input_96_6: Jones&#60;/p&#62;
&#60;p&#62;Can these be customized and CSS added to style the look of the received email?&#60;/p&#62;
&#60;p&#62;Also, there is no email notification to the customer that the order will be processed. Is there a way for that to get out?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Securing Credit Card Data through CryptoHeaven?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven#post-67197</link>
			<pubDate>Fri, 20 Jul 2012 06:32:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67197@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have no first hand experience integrating these services.  However, you can use the gform_form_tag to completely change the form tag and send the data wherever you want.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Minnie on "Securing Credit Card Data through CryptoHeaven?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven#post-66940</link>
			<pubDate>Wed, 18 Jul 2012 16:57:05 +0000</pubDate>
			<dc:creator>Minnie</dc:creator>
			<guid isPermaLink="false">66940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Or a similar one using a competing product Hushmail...&#60;/p&#62;
&#60;p&#62;Where you insert...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form method=&#38;quot;post&#38;quot; enctype=&#38;quot;multipart/form-data&#38;quot; action=&#38;quot;https://forms.hush.com/(email user)&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Minnie on "Securing Credit Card Data through CryptoHeaven?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securing-credit-card-data-through-cryptoheaven#post-66939</link>
			<pubDate>Wed, 18 Jul 2012 16:30:35 +0000</pubDate>
			<dc:creator>Minnie</dc:creator>
			<guid isPermaLink="false">66939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's a number of posts talking about getting secure data like credit card info. Not knowing PHP programming, I've been seeking a way to get data delivered safely end to end to the business computer.&#60;/p&#62;
&#60;p&#62;One way that should seemingly work I discovered is the secure email system from Cryptoheaven, which allows you to add some html to the post method of a form to have it sent out securely.&#60;/p&#62;
&#60;p&#62;So, my question is would this work and if so how would the code snippet they provide be applied? &#60;/p&#62;
&#60;p&#62;Using CryptoHeaven Web Forms&#60;/p&#62;
&#60;p&#62;Your existing form has a &#38;lt;FORM&#38;gt; tag that looks similar to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;FORM METHOD=POST ACTION=&#38;quot;http://www.yourserver.com/form.htm&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace this entire tag with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;FORM METHOD=POST ACTION=&#38;quot;https://www.cryptoheaven.com/ch/web-form.jsp&#38;quot; ENCTYPE=&#38;quot;multipart/form-data&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this line between the &#38;lt;FORM&#38;gt; and &#38;lt;/FORM&#38;gt; tags. Replace the 2500000 number with your CryptoHeaven numeric ID.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;INPUT TYPE=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_uId&#38;quot; value=&#38;quot;2500000&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Optional parameters:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_successPage&#38;quot; value=&#38;quot;http://www.yourserver.com/success&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_errorPage&#38;quot; value=&#38;quot;http://www.yourserver.com/error&#38;quot;&#38;gt;

&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_fromName&#38;quot; value=&#38;quot;CryptoHeaven Secure Form&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_fromEmail&#38;quot; value=&#38;quot;forms@cryptoheaven.com&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;CH_subject&#38;quot; value=&#38;quot;CryptoHeaven Secure Form&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://cryptoheaven.com/secure-web-forms/secure-SSL-web-forms.htm&#34; rel=&#34;nofollow&#34;&#62;http://cryptoheaven.com/secure-web-forms/secure-SSL-web-forms.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks, as always.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
