<?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: Jquery UI Slider on multi-page forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms</link>
		<description>Gravity Support Forums Topic: Jquery UI Slider on multi-page forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:19:28 +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/jquery-ui-slider-on-multi-page-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>donaker on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58927</link>
			<pubDate>Mon, 14 May 2012 18:17:17 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">58927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That did the trick.&#60;/p&#62;
&#60;p&#62;Thanks David!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58925</link>
			<pubDate>Mon, 14 May 2012 17:28:08 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">58925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Donaker,&#60;/p&#62;
&#60;p&#62;It looks like the issue is that on the create event, the UI object does not have a value. To get around this, you can pass the &#34;value&#34; variable we created about the script init.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/3912118&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3912118&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donaker on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58874</link>
			<pubDate>Mon, 14 May 2012 13:29:03 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">58874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't working for me. The filed which holds the slider value now starts out blank instead of having the default value in it. Once I move the slider, a value appears as expected. Also on submission, the field is not written to the database.&#60;/p&#62;
&#60;p&#62;If I hit next page and then hit previous page, the field appears blank instead of having the value selected when the slider was moved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58870</link>
			<pubDate>Mon, 14 May 2012 13:04:24 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">58870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Donaker,&#60;/p&#62;
&#60;p&#62;Give this code a try:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/3910824&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3910824&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Two significant difference.&#60;/p&#62;
&#60;p&#62;1 - We check if the input already has a value. If it does, we use that. Otherwise we set the default value you had specified.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
var value = $(&#38;quot;#input_1_38&#38;quot;).val() ? $(&#38;quot;#input_1_38&#38;quot;).val() : 30.5;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2 - In order to set the input value when the slider is originally created, we take advantage of the the &#34;create&#34; method, which uses the same code as the &#34;slide&#34; method.&#60;/p&#62;
&#60;p&#62;Hope that helps! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58862</link>
			<pubDate>Mon, 14 May 2012 12:26:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, if you could copy and paste this into its own, that'd be great as one of the developers will probably respond to your first issue, and it will take a bit to go through this and I don't want to confuse the conversation streams.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donaker on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58861</link>
			<pubDate>Mon, 14 May 2012 12:24:48 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">58861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David.&#60;/p&#62;
&#60;p&#62;I have another question in this same project. In order to take the assessment, the user needs to be logged in. Once logged in, they can take the assessment a number of times.&#60;/p&#62;
&#60;p&#62;Once they log in, I'd like to show them a page which lists all of their assessments.&#60;/p&#62;
&#60;p&#62;I know Gravity stores submission in the wordpress database but what is the best method of accessing the information based on the current user?&#60;/p&#62;
&#60;p&#62;If this should be pasted as a separate support topic, let me know and I'll open one.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Don...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58830</link>
			<pubDate>Mon, 14 May 2012 09:27:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, I see what you are talking about not. I'll check with the team on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donaker on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58829</link>
			<pubDate>Mon, 14 May 2012 09:19:42 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">58829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply David.&#60;/p&#62;
&#60;p&#62;the form is here: &#60;a href=&#34;http://agencyzed.com/cloudassessment/?page_id=2&#34; rel=&#34;nofollow&#34;&#62;http://agencyzed.com/cloudassessment/?page_id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Not a slider inside a slider. just multiple sliders on different pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58823</link>
			<pubDate>Mon, 14 May 2012 08:50:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you are trying to use what basically constitutes a slider inside a slider? Do you have a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donaker on "Jquery UI Slider on multi-page forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-ui-slider-on-multi-page-forms#post-58822</link>
			<pubDate>Mon, 14 May 2012 08:46:31 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">58822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've already replied to an existing, related post last week but haven't received any guidance.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/jquery-slider-field&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/jquery-slider-field&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is the best method for making the ui slider values persist across multi-page forms? Whenever I change pages their values get reset to the default.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Don...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
