<?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: Populate Radio Buttons Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-radio-buttons-fields</link>
		<description>Gravity Support Forums Topic: Populate Radio Buttons Fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:52:47 +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/populate-radio-buttons-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Populate Radio Buttons Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-radio-buttons-fields#post-43120</link>
			<pubDate>Mon, 05 Dec 2011 11:25:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Populate Radio Buttons Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-radio-buttons-fields#post-43108</link>
			<pubDate>Mon, 05 Dec 2011 06:25:18 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">43108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, Everything its working great
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Populate Radio Buttons Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-radio-buttons-fields#post-42917</link>
			<pubDate>Fri, 02 Dec 2011 16:40:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You aren't going about things the correct way.  &#60;/p&#62;
&#60;p&#62;If you want the link to the page to pre-select the correct radio button then the link needs to pass the parameter and the value for that field in the query string.&#60;/p&#62;
&#60;p&#62;Instead of this:&#60;br /&#62;
&#60;a href=&#34;http://www.mydomain.com/site/?2&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/site/?2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It would be this:&#60;br /&#62;
&#60;a href=&#34;http://www.mydomain.com/site/?pacote_encomenda=2&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/site/?pacote_encomenda=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You have to pass the parameter name you created and then the value you want to set it to and that value has to match one of the available choices for that field.&#60;/p&#62;
&#60;p&#62;As for the shortcode, you wouldn't add field_value='pacote_encomenda=1,2,3' to the shortcode.  What that is going to try and do is dynamically populate the field with the parameter pacote_encomenda with a value that equals &#34;1,2,3&#34; which doesn't exist.  &#60;/p&#62;
&#60;p&#62;If you are populating the field dynamically via the link to the page, you don't need to do anything to the shortcode that displays the form.&#60;/p&#62;
&#60;p&#62;Instructions on how to dynamically populate a field can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;PLEASE NOTE you don't use all of the methods.  You are either going to use the query string method, the shortcode method or the function method.  You aren't going to use a combination of these like you are trying to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Populate Radio Buttons Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-radio-buttons-fields#post-42864</link>
			<pubDate>Fri, 02 Dec 2011 10:48:41 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">42864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, im trying to Select Radio Button Option in a form using links. I read the forum help, and docs, but i can't achieve my objective.&#60;/p&#62;
&#60;p&#62;So here its is my problem:&#60;/p&#62;
&#60;p&#62;I have a form with 4 Radio Button's.&#60;/p&#62;
&#60;p&#62;I want link 1 to auto choose Radio Bt 1, links 2 Radio Bt2&#60;/p&#62;
&#60;p&#62;My steps:&#60;br /&#62;
Links:&#60;br /&#62;
&#60;a href=&#34;http://pastiebin.com/?page=p&#38;amp;id=4ed8e6279ce99&#34; rel=&#34;nofollow&#34;&#62;http://pastiebin.com/?page=p&#38;amp;id=4ed8e6279ce99&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Radio Buttons Options:&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/Fj8Om&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/Fj8Om&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/wt4gf&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/wt4gf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In Post or Page:&#60;br /&#62;
'[gravityform id=2 name=contacto title=false description=false ajax=true field_value='pacote_encomenda=1,2,3'] '&#60;/p&#62;
&#60;p&#62;Can you help me to populate the Radio Buttons.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
