<?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: How can I hide the AMEX and Discover Logos?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos</link>
		<description>Gravity Support Forums Topic: How can I hide the AMEX and Discover Logos?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:22:21 +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/how-can-i-hide-the-amex-and-discover-logos" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-108384</link>
			<pubDate>Wed, 26 Dec 2012 13:11:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">108384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was just configuring a form with the credit card field, and there are checkboxes which can enable or disable specific credit card types.  You initially mentioned there was nothing in the settings, but these settings are present on the credit card field when you add it to your form.  That way might be easier than using a custom function. Screenshot &#60;a href=&#34;http://minus.com/lcCgKM6XFI7rK&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lcCgKM6XFI7rK&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-103995</link>
			<pubDate>Tue, 18 Dec 2012 10:35:14 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">103995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for sharing, I'm sure it will help others.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Jumonville on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-103881</link>
			<pubDate>Tue, 18 Dec 2012 03:40:38 +0000</pubDate>
			<dc:creator>Chris Jumonville</dc:creator>
			<guid isPermaLink="false">103881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This code worked...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_creditcard_types&#38;quot;, &#38;quot;remove_amex&#38;quot;);
function remove_amex($cards){
    unset($cards[0]); // Removes AMEX from the list.
    return $cards;
}

add_filter(&#38;quot;gform_creditcard_types&#38;quot;, &#38;quot;remove_discover&#38;quot;);
function remove_discover($cards){
    unset($cards[1]); // Removes Discover from the list.
    return $cards;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can edit that code as you see fit, but using that code in my themes function.php file I was able to remove AMEX and Discover cards from the 'accepted' card types. The system was smart enough to remove the card logos from the payment form as well.&#60;/p&#62;
&#60;p&#62;So, problem solved, just thought I'd share the solution for anyone who runs across the same problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Jumonville on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-103845</link>
			<pubDate>Tue, 18 Dec 2012 02:27:21 +0000</pubDate>
			<dc:creator>Chris Jumonville</dc:creator>
			<guid isPermaLink="false">103845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you know if adding that filter will remove the card type images from the donation form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-103793</link>
			<pubDate>Tue, 18 Dec 2012 01:00:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">103793@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_creditcard_types filter to remove card types:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_creditcard_types&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_creditcard_types&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Jumonville on "How can I hide the AMEX and Discover Logos?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-hide-the-amex-and-discover-logos#post-103744</link>
			<pubDate>Mon, 17 Dec 2012 23:28:07 +0000</pubDate>
			<dc:creator>Chris Jumonville</dc:creator>
			<guid isPermaLink="false">103744@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the page / site in question...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lccap.digitalskydesign.com/give-help/donate/&#34; rel=&#34;nofollow&#34;&#62;http://lccap.digitalskydesign.com/give-help/donate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using Gravity Forms with a Developers License and the Authorize.net plugin. Apparently according to my client the 3rd party that they are using Authorize.net through does not accept Discover or AMEX cards. I'm trying to figure out a way I can therefore remove those credit card logos for Discover and AMEX on my 'Donation' page in the link above.&#60;/p&#62;
&#60;p&#62;I can't seem to find anything in the settings so I thought I would ask and hope there's a simple solution.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
