<?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: All_fields text-only submission for osTickets...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets</link>
		<description>Gravity Support Forums Topic: All_fields text-only submission for osTickets...</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:14:45 +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/all_fields-text-only-submission-for-ostickets" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-73375</link>
			<pubDate>Thu, 30 Aug 2012 21:40:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the accepted way of making modifications to your theme.  It's not an unusual or unreasonable request.&#60;/p&#62;
&#60;p&#62;Child themes are a good idea whenever you are modifying a theme which might get updated, not only for this small amount of code in functions.php. A child theme is not a lot of work and need only contain a style.css and whatever templates or functions you want to override (for example, a small functions.php file in this case).  Those changes in your child theme will persist no matter what the theme author updates.&#60;/p&#62;
&#60;p&#62;I see your feature request &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/text-only-all_fields-output&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;, so I will close this topic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CoastalData on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-73318</link>
			<pubDate>Thu, 30 Aug 2012 14:50:32 +0000</pubDate>
			<dc:creator>CoastalData</dc:creator>
			<guid isPermaLink="false">73318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've looked at child themes briefly before, but it seems like overkill just to add 5 little lines of code, wouldn't you agree?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-73153</link>
			<pubDate>Wed, 29 Aug 2012 17:08:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should use a child theme so that updates from the theme provider do not overwrite your custom functions.php file.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Child_Themes&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://www.google.com/search?q=why+use+a+wordpress+child+theme&#34; rel=&#34;nofollow&#34;&#62;https://www.google.com/search?q=why+use+a+wordpress+child+theme&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/why-use-a-child-theme?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/why-use-a-child-theme?replies=5&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CoastalData on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72971</link>
			<pubDate>Tue, 28 Aug 2012 15:33:09 +0000</pubDate>
			<dc:creator>CoastalData</dc:creator>
			<guid isPermaLink="false">72971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, that makes more sense. Unless, of course, you're using one of the updatable themes for WordPress... wouldn't they suffer from the same problem, if you're editing functions.php?&#60;/p&#62;
&#60;p&#62;As it so happens, I'm not worried about that for this current site, but I have a couple more sites to work on, and at least one of them uses an updatable theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72946</link>
			<pubDate>Tue, 28 Aug 2012 13:51:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">72946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should never edit any of Gravity Forms' core files. Using hooks and filters should go into your theme's functions.php file. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CoastalData on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72899</link>
			<pubDate>Tue, 28 Aug 2012 09:37:35 +0000</pubDate>
			<dc:creator>CoastalData</dc:creator>
			<guid isPermaLink="false">72899@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you sure about that? I followed the instructions in that link to modify common.php directly, which is one of the plugins' files.&#60;/p&#62;
&#60;p&#62;Did I miss in there somehow that there's some other file to edit to add that filter? Hmmm, read it again, and I still see only that it says at the very end that the filter is located in common.php, but it doesn't say anything about making a change in some other place...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72509</link>
			<pubDate>Fri, 24 Aug 2012 14:23:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No it won't - that's the beauty of us offering these types of hooks/filters - so you don't have to worry about things getting overwritten or modifying the plugin files directly (which would get overwritten).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CoastalData on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72497</link>
			<pubDate>Fri, 24 Aug 2012 10:43:06 +0000</pubDate>
			<dc:creator>CoastalData</dc:creator>
			<guid isPermaLink="false">72497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome... I'll try that in a moment... One question, though: Will this change be overwritten with an update to the plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72417</link>
			<pubDate>Fri, 24 Aug 2012 01:41:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72417@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_notification_format filter to specific text rather than HTML for the notification email format: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification_format&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_notification_format&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CoastalData on "All_fields text-only submission for osTickets..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all_fields-text-only-submission-for-ostickets#post-72399</link>
			<pubDate>Thu, 23 Aug 2012 22:22:14 +0000</pubDate>
			<dc:creator>CoastalData</dc:creator>
			<guid isPermaLink="false">72399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've discovered that the HTML submission created by GF gets &#34;lost&#34; when I use GF to send submissions to osTickets, an open source ticket/support management system. If I take the time to manually craft the response with each of the submitted fields, it works fine, but I was just wondering if there was some way to create a text-only version of the response created by the all_fields shortcode? I think osTickets just doesn't like the table-ified output... Anybody got any ideas?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;--Jon
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
