<?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: Form submission creates tagged note in Evernote</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-remove-comma-separated-values-from-merge-tag</link>
		<description>Gravity Support Forums Topic: Form submission creates tagged note in Evernote</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 23:35:59 +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-to-remove-comma-separated-values-from-merge-tag" rel="self" type="application/rss+xml" />

		<item>
			<title>w1creative on "Form submission creates tagged note in Evernote"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-remove-comma-separated-values-from-merge-tag#post-48423</link>
			<pubDate>Mon, 06 Feb 2012 08:52:31 +0000</pubDate>
			<dc:creator>w1creative</dc:creator>
			<guid isPermaLink="false">48423@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great idea! Thanks for posting the fix as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lmcurtis on "Form submission creates tagged note in Evernote"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-remove-comma-separated-values-from-merge-tag#post-47580</link>
			<pubDate>Fri, 27 Jan 2012 16:08:52 +0000</pubDate>
			<dc:creator>lmcurtis</dc:creator>
			<guid isPermaLink="false">47580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found it - in common.php on line 549 under the section&#60;br /&#62;
//Replacing field variables&#60;br /&#62;
I changed:&#60;br /&#62;
                        $value = self::implode_non_blank(&#34;, &#34;, $ary);&#60;br /&#62;
to:&#60;br /&#62;
                        $value = self::implode_non_blank(&#34; &#34;, $ary);&#60;/p&#62;
&#60;p&#62;Now the notification email sends the merge field values in a way Evernote can pick up as tags automatically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lmcurtis on "Form submission creates tagged note in Evernote"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-remove-comma-separated-values-from-merge-tag#post-47563</link>
			<pubDate>Fri, 27 Jan 2012 15:42:55 +0000</pubDate>
			<dc:creator>lmcurtis</dc:creator>
			<guid isPermaLink="false">47563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form which includes checkboxes.  One of the notifications for the form goes to an Evernote email address, so that a note is created whenever a form is submitted. The checkboxes have values which create tags in the note at Evernote.  Everything is working well, except that when multiple checkboxes are checked, only the final checkbox value is tagged in Evernote, because the merge tag for that field outputs commas to separate the value of each checkbox:&#60;br /&#62;
{Please check all that apply -:4:value}&#60;br /&#62;
The commas block Evernote from recognizing all the tags so that it only catches the last one.&#60;/p&#62;
&#60;p&#62;How can I edit the output so that the values are separated only by spaces instead of a comma plus a space?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
