<?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: Create an iframe box?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box</link>
		<description>Gravity Support Forums Topic: Create an iframe box?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:41:39 +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/create-an-iframe-box" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44292</link>
			<pubDate>Fri, 16 Dec 2011 21:49:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help! Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seth17 on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44291</link>
			<pubDate>Fri, 16 Dec 2011 20:59:34 +0000</pubDate>
			<dc:creator>seth17</dc:creator>
			<guid isPermaLink="false">44291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, the section break worked perfect! I hadn't considered using it or a simple h1 title tag. Thanks for the great service!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44287</link>
			<pubDate>Fri, 16 Dec 2011 20:14:26 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Seth, you can use a Section Break field there or just place the title in the actual HTML block. Something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;h1&#38;gt;Title Text&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>seth17 on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44281</link>
			<pubDate>Fri, 16 Dec 2011 19:08:52 +0000</pubDate>
			<dc:creator>seth17</dc:creator>
			<guid isPermaLink="false">44281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sweet. Last question (I hope!). What's the best way to give the html field a title above it, for instance, &#34;Terms of Service&#34;? I tried using the custom field and title options, but they both left an input box, which I don't want to display; only the title.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44277</link>
			<pubDate>Fri, 16 Dec 2011 18:54:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would replace &#34;#field_2_10 .gfield_description&#34; with &#34;#field_2_11&#34; so you would end up with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_2_11 {
height: 200px;
width: 580px;
margin: 10px 10px 0 0;
padding: 5px;
border: 5px solid #fff;
overflow: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then in that HTML block you can format the content however you want with whatever HTML elements you'd like to use (Headings, paragraphs, breaks, etc).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seth17 on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44275</link>
			<pubDate>Fri, 16 Dec 2011 18:34:51 +0000</pubDate>
			<dc:creator>seth17</dc:creator>
			<guid isPermaLink="false">44275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, so I added an html form field, but not sure how to limit the size of the box like we did previously. (I still need to format the content)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44272</link>
			<pubDate>Fri, 16 Dec 2011 18:06:25 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! The #field_2_10 is the ID related to that specific field. Since you probably don't want all of your field descriptions to be styled like this, we are just targeting this specific instance.&#60;/p&#62;
&#60;p&#62;You know, in light of your second question, another way you could do this is to place that text in an HTML form field type and put that above or below the check box field, that would than allow you to format your disclaimer a bit better to your liking. If you chose that route, we can then simply update that style declaration to target that HTML form field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seth17 on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44268</link>
			<pubDate>Fri, 16 Dec 2011 17:42:13 +0000</pubDate>
			<dc:creator>seth17</dc:creator>
			<guid isPermaLink="false">44268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, after a little tweaking, that got it! Here's the changes I made:&#60;br /&#62;
#field_2_10 .gfield_description {&#60;br /&#62;
	height: 200px;&#60;br /&#62;
	width: 580px;&#60;br /&#62;
	margin: 10px 10px 0 0;&#60;br /&#62;
	padding: 5px;&#60;br /&#62;
	border: 5px solid #fff;&#60;br /&#62;
	overflow: auto;&#60;br /&#62;
	}&#60;br /&#62;
By the way, what does the #field_2_10 area represent? Just trying to get grasp on on it for future reference.&#60;/p&#62;
&#60;p&#62;Also, is there a way to format the terms of service text within the field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44267</link>
			<pubDate>Fri, 16 Dec 2011 17:31:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome Seth, try adding this to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_2_10 .gfield_description {
height: 100px;
overflow: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously you can feel free to change the height value to your liking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seth17 on "Create an iframe box?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-an-iframe-box#post-44266</link>
			<pubDate>Fri, 16 Dec 2011 17:24:33 +0000</pubDate>
			<dc:creator>seth17</dc:creator>
			<guid isPermaLink="false">44266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob,&#60;br /&#62;
That helps regarding the check box and hiding the submit button, but the actual terms of service is REALLY long within the form, so is there a way to make the box smaller and scroll through within it, as in the example site I mentioned before? You can see what I've got currently: &#60;a href=&#34;http://spearsmarketing.com/services/mobile-apps&#34; rel=&#34;nofollow&#34;&#62;http://spearsmarketing.com/services/mobile-apps&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
