<?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: Combine (Merge) Two Single Lines Text Fields Into One</title>
		<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one</link>
		<description>Gravity Support Forums Topic: Combine (Merge) Two Single Lines Text Fields Into One</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 21:23:36 +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/combine-merge-two-single-lines-text-fields-into-one" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-334625</link>
			<pubDate>Thu, 20 Jun 2013 13:44:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Best of luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laverne_web on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-334620</link>
			<pubDate>Thu, 20 Jun 2013 13:39:51 +0000</pubDate>
			<dc:creator>laverne_web</dc:creator>
			<guid isPermaLink="false">334620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool! This looks like what I need to use, thanks guys!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-332440</link>
			<pubDate>Wed, 19 Jun 2013 14:40:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This code snippet should do the trick for you:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://gist.github.com/spivurno/5816734&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/spivurno/5816734&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So add two single line text fields and then a hidden field to your form. Set your hidden field to be able to populate dynamically and then simply place the merge tags into the dynamic population area and on form submission it will combine the fields into this hidden field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-332286</link>
			<pubDate>Wed, 19 Jun 2013 12:44:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">332286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use our pre_submission hook, and a hidden field that allows for dynamic population of a value. Then using PHP you could concatenate the two values and push them to the third field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laverne_web on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-332274</link>
			<pubDate>Wed, 19 Jun 2013 12:33:03 +0000</pubDate>
			<dc:creator>laverne_web</dc:creator>
			<guid isPermaLink="false">332274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, no they are text strings. For example, &#34;Home&#34; + &#34;Run&#34; could go into a third field &#34;Home Run&#34;. I want to collect a few values from the form and store them in a single field for later use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-332267</link>
			<pubDate>Wed, 19 Jun 2013 12:27:09 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are these fields numbers?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laverne_web on "Combine (Merge) Two Single Lines Text Fields Into One"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combine-merge-two-single-lines-text-fields-into-one#post-329162</link>
			<pubDate>Mon, 17 Jun 2013 19:18:04 +0000</pubDate>
			<dc:creator>laverne_web</dc:creator>
			<guid isPermaLink="false">329162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Say I have 2 fields: Field A and Field B. They are both single line text fields. I want another field, Field C which would also be a single line text field, to calculate Field A value + FieldB value resulting in a concatenated Field C value. I can't so far figure out how this works.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
