<?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 User Favorites: cristianltorres</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/cristianltorres'>cristianltorres</a></link>
		<description>Gravity Support Forums User Favorites: cristianltorres</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 01:29:32 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-119370</link>
			<pubDate>Fri, 11 Jan 2013 09:12:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">119370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.  Thank you for the kind words.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristianltorres on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-118719</link>
			<pubDate>Thu, 10 Jan 2013 17:41:31 +0000</pubDate>
			<dc:creator>cristianltorres</dc:creator>
			<guid isPermaLink="false">118719@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris.... I have no words man.... you really REALLY make my day.&#60;/p&#62;
&#60;p&#62;I couldn't believe when I saw your last post, now I'd already try the code, IT WORKS PERFECTLY!!!&#60;/p&#62;
&#60;p&#62;I'am so grateful, I can't even explain it here! I'm so aware that you went over your (far far) limits of the excellent support you have, and that not only make this support for customer even greater, but you as a person too...&#60;/p&#62;
&#60;p&#62;THANKS THANKS THANKS THANKS!, we can close this issue, Is done!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-118646</link>
			<pubDate>Thu, 10 Jan 2013 14:06:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cristian, take a look at this revised code, which should handle field 55 checkboxes without a problem and string them all together and store them in field 59: &#60;a href=&#34;http://pastebin.com/iKVKJNiE&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/iKVKJNiE&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-118400</link>
			<pubDate>Thu, 10 Jan 2013 07:39:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately, we don't offer any kind of paid support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristianltorres on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-118228</link>
			<pubDate>Thu, 10 Jan 2013 04:21:25 +0000</pubDate>
			<dc:creator>cristianltorres</dc:creator>
			<guid isPermaLink="false">118228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand Chris,&#60;/p&#62;
&#60;p&#62;Can I paid you (instead of some local help) to finish this work? send me a budget by email and we'll talk the details over there.&#60;/p&#62;
&#60;p&#62;For me it's the faster option since you already know the details of what I need. Please, do it for me, I'll pay.&#60;/p&#62;
&#60;p&#62;Thanks Again. Now we can close this issue and continue with the other:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/empty-default-value?replies=13#post-114756&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/empty-default-value?replies=13#post-114756&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-118000</link>
			<pubDate>Wed, 09 Jan 2013 23:06:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;4 out of 5 is not bad!&#60;/p&#62;
&#60;p&#62;Checkboxes are referenced differently than other fields, since the information is stored in an array.  Input 55 will have multiple values submitted, in fields like input_55_1 and input_55_12 (from the first choice being 1 to the last choice being whatever.)&#60;/p&#62;
&#60;p&#62;So, the process to get those values into your hidden field will have to be to go through each one of the submitted values in input_55_XX, strip off the end after the pipe symbol, then concatenate all the values, separated by semicolon and THEN store it in your hidden field.&#60;/p&#62;
&#60;p&#62;We've shown you how to do it and actually provided the code to handle 4 out of 5 of your fields.  I know you said you're no expert, so you may need some local help to finish this up for you.  We can't provide you with the complete solution, but we have shown clearly that it can be done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristianltorres on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-117837</link>
			<pubDate>Wed, 09 Jan 2013 18:14:51 +0000</pubDate>
			<dc:creator>cristianltorres</dc:creator>
			<guid isPermaLink="false">117837@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, I've just made those 2 changes manually, and now 4 of 5 fields are already working!! you're a genius man! thanks!&#60;/p&#62;
&#60;p&#62;but this one isn't :&#60;br /&#62;
input_55' =&#38;gt; 'input_59',	// envia los extras al ZOHO&#60;/p&#62;
&#60;p&#62;The only diferent from the others fields is that this one is &#34;checkboxes&#34; field, and It should put all the options in the hidden text field (ID nº 59) separated by &#34;; &#34;&#60;/p&#62;
&#60;p&#62;So I though maybe there isn't enough space in a normal &#34;single line text&#34; field, and I delete and created a new &#34;paragraph text&#34; field (now ID nº64) but I didn't work...&#60;/p&#62;
&#60;p&#62;sorry to be such a pain in the xsx...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristianltorres on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-117834</link>
			<pubDate>Wed, 09 Jan 2013 17:52:11 +0000</pubDate>
			<dc:creator>cristianltorres</dc:creator>
			<guid isPermaLink="false">117834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great man! I'm glad you find the solution so quick!&#60;/p&#62;
&#60;p&#62;where is the code? I don't see any link
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-117822</link>
			<pubDate>Wed, 09 Jan 2013 17:22:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry: I had two errors in my code:&#60;/p&#62;
&#60;p&#62;1.  On the new line 8, I had input55 instead of input_55&#60;/p&#62;
&#60;p&#62;2.  On the new line 18 I was using $array instead of $field_pair&#60;/p&#62;
&#60;p&#62;Here is the revised code, just the function at the bottom, not the whole functions.php &#60;a href=&#34;http://pastebin.com/nurw2KMy&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/nurw2KMy&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristianltorres on "change option value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-option-value#post-117817</link>
			<pubDate>Wed, 09 Jan 2013 17:08:58 +0000</pubDate>
			<dc:creator>cristianltorres</dc:creator>
			<guid isPermaLink="false">117817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes it's true, I never knew how to fix that permissions thing..&#60;/p&#62;
&#60;p&#62;Thanks a lot Chris...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
