<?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: Hint Box</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hint-box</link>
		<description>Gravity Support Forums Topic: Hint Box</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:42:14 +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/hint-box" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13676</link>
			<pubDate>Tue, 30 Nov 2010 17:25:30 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms uses the &#34;Qtip&#34; tooltip library. There are a few steps to setting it up and using it on the front end. I detailed how to do this in a post some time back. Here's the link with the how-to.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/add-help-tips-next-to-a-field#post-7277&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/add-help-tips-next-to-a-field#post-7277&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanopaz on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13663</link>
			<pubDate>Tue, 30 Nov 2010 16:39:36 +0000</pubDate>
			<dc:creator>ryanopaz</dc:creator>
			<guid isPermaLink="false">13663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried to implement this and failed! :( But then I realized that your form builder has them exactly like I want them! :) &#60;/p&#62;
&#60;p&#62;the pop up bubbles you have on each field name in the form builder is all I want to use on my own forms. Any chance there is an easy way to do this? &#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13356</link>
			<pubDate>Thu, 25 Nov 2010 22:30:00 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Assuming you've added the scripts and styles to your theme header properly, this should work. The field description allows HTML so you could use that to insert the link/text you need to add.&#60;/p&#62;
&#60;p&#62;example: &#60;a href=&#34;http://grab.by/7AkF&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7AkF&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then, you'd just need to do a little CSS work to position the description field next to the input.. of course replacing &#34;#field_60_2&#34; with your actual field ID&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* make the container relative */
.gform_wrapper li#field_60_2 {position:relative}

/* absolutely position the hint next to the input */
.gform_wrapper li#field_60_2 .gfield_description {
position:absolute;
top:20px;
left:320px;
font-size:14px;
font-style:normal
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/7AkX&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7AkX&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Of course, you can tweak all the styles to suit your particular form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13344</link>
			<pubDate>Thu, 25 Nov 2010 18:04:36 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Because GF populates the HTML for your forms this isn't something you can do easily.  &#60;/p&#62;
&#60;p&#62;Here's the route to take with the current available features of GF:&#60;/p&#62;
&#60;p&#62;Create a text box input field and pre-populate it with a '?'  and give it a class 'txtHint' or some such&#60;/p&#62;
&#60;p&#62;In your stylesheet remove the 'box' of the input field and align accordingly&#60;/p&#62;
&#60;p&#62;Attach the class of your '?' field to your javascript/jquery and that's that.  Keep in mind, however, that that applies to a single class.&#60;/p&#62;
&#60;p&#62;Two ways to add such function to multiple fields is to get the form as an array of fields or give each text tip a unique class name,.&#34;&#60;/p&#62;
&#60;p&#62;I'm probably overcomplicating it..was there a basic html field with GF?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandman18 on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13342</link>
			<pubDate>Thu, 25 Nov 2010 17:58:46 +0000</pubDate>
			<dc:creator>sandman18</dc:creator>
			<guid isPermaLink="false">13342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, but it was not really what I was looking for.  &#60;a href=&#34;http://dynamicdrive.com/dynamicindex16/showhint.htm&#34; rel=&#34;nofollow&#34;&#62;http://dynamicdrive.com/dynamicindex16/showhint.htm&#60;/a&#62; is the best example I can find.  I just don't know where to put the code and how to manipulate the form field to show the question marks that you roll over.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13338</link>
			<pubDate>Thu, 25 Nov 2010 17:42:53 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Don't recall off the top of my head, but I believe you can control the form field titles.&#60;/p&#62;
&#60;p&#62;Anyway, check out simple variations like:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://blog.robvolk.com/2009/01/jquery-form-input-hints.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.robvolk.com/2009/01/jquery-form-input-hints.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Alternately you can get far more advanced and integrate something like:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html&#34; rel=&#34;nofollow&#34;&#62;http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandman18 on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13336</link>
			<pubDate>Thu, 25 Nov 2010 17:31:51 +0000</pubDate>
			<dc:creator>sandman18</dc:creator>
			<guid isPermaLink="false">13336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the best example of what I am trying to do.  They give a script to insert in the &#38;lt;head&#38;gt; and then the script for the form.  I don't know where to insert the script and I don't know how to add to the form field.  Here is the url.  &#60;a href=&#34;http://dynamicdrive.com/dynamicindex16/showhint.htm&#34; rel=&#34;nofollow&#34;&#62;http://dynamicdrive.com/dynamicindex16/showhint.htm&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13333</link>
			<pubDate>Thu, 25 Nov 2010 16:52:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What are you trying to manipulate exactly? Trying add something to a field, etc?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandman18 on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13331</link>
			<pubDate>Thu, 25 Nov 2010 16:51:50 +0000</pubDate>
			<dc:creator>sandman18</dc:creator>
			<guid isPermaLink="false">13331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have found a couple scripts out there but I am not sure how to implement them into gravity forms. when I pull up the editor I don't see where to manipulate the form.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Hint Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hint-box#post-13328</link>
			<pubDate>Thu, 25 Nov 2010 16:43:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are several tooltip and &#34;hint box&#34; scripts out there - some more difficult to add than others. It just depends on how they're implemented.&#60;/p&#62;
&#60;p&#62;If it just requires a class name on an element, you can add custom class names to the field containers via the form editor. It may require that you use some custom jQuery to add an attribute to a form element if you need to. I'm sure it's possible, in fact, I've seen some forms that are using similar techniques. It's just something you'd have to do a little custom work to make happen.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
