<?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: using buttons in html block</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block</link>
		<description>Gravity Support Forums Topic: using buttons in html block</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:43:23 +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/using-buttons-in-html-block" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81973</link>
			<pubDate>Thu, 18 Oct 2012 06:25:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you are on the right track and doing OK with it so far.  Let us know if you get stuck on a specific issue, and we'll help you with them one at a time as they come up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gjggreen on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81946</link>
			<pubDate>Thu, 18 Oct 2012 04:15:10 +0000</pubDate>
			<dc:creator>gjggreen</dc:creator>
			<guid isPermaLink="false">81946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hrrmmm, makes sense will have another go and see what comes up, &#60;/p&#62;
&#60;p&#62;biggest issue i have is presenting the data dynamically to the css table... atm i have hardcoded the url and unsure how to do this part.... &#60;/p&#62;
&#60;p&#62;google here i come :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81920</link>
			<pubDate>Thu, 18 Oct 2012 01:29:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81920@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ideally, you will pass all the data captured in form one onto form two, so you never really need to look at form one entries.  I guess you could look at them if you had more of them and people were abandoning your process.  But the way it should work, when you have it set up, is that the form entries for form two are 100% complete and include data captured in form one AND form two.  If you have an entry for form two, there should already be an entry for form one, but it will contain a subset  of the information in form one.  Form one will capture some data, you will send all that to form two, and form two will capture the rest of the data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gjggreen on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81916</link>
			<pubDate>Thu, 18 Oct 2012 01:23:52 +0000</pubDate>
			<dc:creator>gjggreen</dc:creator>
			<guid isPermaLink="false">81916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;great, got it :-) &#60;/p&#62;
&#60;p&#62;only issue im working through is pulling more details through to the url where i add the plan data...&#60;br /&#62;
will sort it out i assume :-) &#60;/p&#62;
&#60;p&#62;one remaining question, how can i build a page then that matches entries in form 1 to the matching entries in form 2 (i.e. signups to payments)&#60;/p&#62;
&#60;p&#62;thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81848</link>
			<pubDate>Wed, 17 Oct 2012 22:01:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see where you're at right now.   Looks good so far.  You've collected data on the first couple pages (one and two.) I think at the end of page two I would make the next button a submit button (you can change the text to &#34;Next&#34; instead of submit, if you want.) At that point, you are done with form one and you have captured their lead details.  &#60;/p&#62;
&#60;p&#62;In form one, use a redirect on the confirmation settings.  Send the values you want in the query string.  Use the query string builder with the merge tag drop down, on the &#34;redirect&#34; option of the Confirmation tab.  You will send the person who submitted the form to a landing page, and send their submitted details in the query string.&#60;/p&#62;
&#60;p&#62;On the landing page for the confirmation setting of the first form, you will need to capture these details and use them in the three button links.  You can use the URL Params plugin to create the button links using the query string parameters.  &#60;a href=&#34;http://wordpress.org/extend/plugins/url-params/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/url-params/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The button links will be a combination of submitted information and your variable plan information, and will point to your second form.  In your second form, you need to &#34;Allow fields to be populated dynamically&#34; for anything you are sending in the query string (the link which is attached to the button.)&#60;/p&#62;
&#60;p&#62;Is that enough information to get you moving to the next step?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gjggreen on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81705</link>
			<pubDate>Wed, 17 Oct 2012 09:06:27 +0000</pubDate>
			<dc:creator>gjggreen</dc:creator>
			<guid isPermaLink="false">81705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;a href=&#34;http://sydneypropertiesonline.com/sellers-agent/&#34; rel=&#34;nofollow&#34;&#62;http://sydneypropertiesonline.com/sellers-agent/&#60;/a&#62; is the form currently viewable, i think you can see clearly where im getting to and got stuck. &#60;/p&#62;
&#60;p&#62;I think i can figure out the conditionals information for payments so not a huge issue but would love to add the connection between the bug buttons and selecting the correct &#34;option&#34; below.&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81694</link>
			<pubDate>Wed, 17 Oct 2012 08:15:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see now why it is in the form.  On step three is where the HTML block with the buttons will be.  Let's see what you put online and go from there. This may end up being multiple forms though, or end up with some complex conditional logic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gjggreen on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81693</link>
			<pubDate>Wed, 17 Oct 2012 08:13:09 +0000</pubDate>
			<dc:creator>gjggreen</dc:creator>
			<guid isPermaLink="false">81693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;wow, many thanks for the quick responses. i will finish building the form i think and then post for you too see as im not really able to articulate it very well.&#60;/p&#62;
&#60;p&#62;the flow is this:&#60;br /&#62;
Start Form&#60;br /&#62;
=&#38;gt; page1) input user contact information&#60;br /&#62;
=&#38;gt; Page2) input further information&#60;br /&#62;
=&#38;gt; Page3) select plan -&#38;gt; Select Payment type -&#38;gt; Setup Payment:&#60;br /&#62;
 =&#38;gt; Page4a) send information to payment gateway (paypal). =&#38;gt; Confirmation Page&#60;br /&#62;
 =&#38;gt; Page4b) send to Confirmation Page with Bank Transfer Details.&#60;/p&#62;
&#60;p&#62;hopefully a bit clearer otherwise i hope to have the first run at the form up in the next hour or so
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81687</link>
			<pubDate>Wed, 17 Oct 2012 08:00:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The layout and look of the HTML block is up to you.  However, the URL which the button directs the user to could go to one of three different pages on your site, one for each plan.  Each page can embed the same form, but you can pre-populate values for the form before it's displayed. So, &#60;a href=&#34;http://example.com/plan-one&#34; rel=&#34;nofollow&#34;&#62;http://example.com/plan-one&#60;/a&#62; could use a shortcode which populates the values one way, &#60;a href=&#34;http://example.com/plan-two&#34; rel=&#34;nofollow&#34;&#62;http://example.com/plan-two&#60;/a&#62; could do the same with different values, and &#60;a href=&#34;http://example.com/plan-three&#34; rel=&#34;nofollow&#34;&#62;http://example.com/plan-three&#60;/a&#62; could populate them differently again.  Here is the method of pre-populating the form that I am talking about: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population#Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population#Shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now that I think about it, the buttons to choose the plan are not even in a form.  Why would they need to be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gjggreen on "using buttons in html block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-buttons-in-html-block#post-81683</link>
			<pubDate>Wed, 17 Oct 2012 07:54:15 +0000</pubDate>
			<dc:creator>gjggreen</dc:creator>
			<guid isPermaLink="false">81683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;essentially im trying to figure out how i can place a css table within the html block which has the button to select a &#34;plan to signup to&#34; at the bottom of the html block. i need help taking that selected information into the form and then pricing to&#60;/p&#62;
&#60;p&#62;im still setting up the form and table sorry so can't really show my meaning yet...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
