<?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: Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers</link>
		<description>Gravity Support Forums Topic: Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:27:20 +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/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers" rel="self" type="application/rss+xml" />

		<item>
			<title>kyle on "Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers#post-55263</link>
			<pubDate>Sat, 14 Apr 2012 12:51:18 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you okay with adding JavaScript?  You could put that text into the page - just inside a div, and then hide the div with JavaScript.  If js is disabled they see it.  If enabled, they don't.  &#60;/p&#62;
&#60;p&#62;Or add the first shortcode as a plugin..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers#post-55262</link>
			<pubDate>Sat, 14 Apr 2012 12:36:24 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">55262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Kyle! That's a great suggestion, but I'm looking for something that does not require editing the theme code, i.e. adding shortcodes requires manually editing site code, i.e. functions.php&#60;/p&#62;
&#60;p&#62;When we just had a small blog years ago, editing theme files was no big deal. These days every change requires full scale regression testing across all our sites, etc, etc. And hard coding text in functions is even works, because every time you want to change the wording of that shortcode, testing begins anew. :-)&#60;/p&#62;
&#60;p&#62;hoping for an easy way to do this within Gravity Forms.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers#post-55260</link>
			<pubDate>Sat, 14 Apr 2012 12:28:32 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What i would do is use a &#60;a href=&#34;http://www.catswhocode.com/blog/10-incredibly-cool-wordpress-shortcodes&#34; rel=&#34;nofollow&#34;&#62;shortcode&#60;/a&#62; that returns your no script code listed above, so then in the WordPress page you just need to put:&#60;/p&#62;
&#60;p&#62;[noscript]&#60;/p&#62;
&#60;p&#62;[gform...]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dan &amp; Jennifer on "Can Gravity Forms show a block of HTML above form div (i.e. for non-JS browsers)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-show-a-block-of-html-above-form-div-ie-for-non-js-browsers#post-55258</link>
			<pubDate>Sat, 14 Apr 2012 11:53:22 +0000</pubDate>
			<dc:creator>Dan &amp; Jennifer</dc:creator>
			<guid isPermaLink="false">55258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys!&#60;/p&#62;
&#60;p&#62;First, LOVE Gravity Forms - totally awesome tool!!&#60;/p&#62;
&#60;p&#62;The conditional logic is great, i.e. only show fields that matter for the topic of the contact - so a person contacting you to advertise will see different fields than someone contacting you with a support question.&#60;/p&#62;
&#60;p&#62;BUT found that enabling any conditional fields hides the entire form by default and uses JavaScript to show parts of it. &#60;/p&#62;
&#60;p&#62;Is there a way to include a bit of HTML &#34;above&#34; the form, so that it's visible without JavaScript, i.e. a &#34;this form requires JavaScript, please enable it&#34; notice in &#38;lt;noscript&#38;gt; tags.&#60;/p&#62;
&#60;p&#62;The problem is that many browsers have JavaScript disabled - either in preferences or us a plugin like the very popular NoScript browser plugin to disable most JavaScript.&#60;/p&#62;
&#60;p&#62;That's fine, it's OK to show a note that says &#34;this form requires Javascript&#34;. But I would like to show that note ONLY IF their JavaScript is disabled, like so: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;noscript&#38;gt;
&#38;lt;div style=&#38;quot;color: darkred;&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;This form requires JavaScript, but JavaScript seems to be disabled in your browser.
&#38;lt;br&#38;gt;It is either turned off in your browser preferences, or it is disabled by a browser plugin like &#38;quot;NoScript&#38;quot;.
&#38;lt;br&#38;gt;Please enable JavaScript in your browser for this form to work properly. Thank you!&#38;lt;/strong&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/noscript&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However including this in the form description won't work, since the entire form is hidden. &#60;/p&#62;
&#60;p&#62;You could put the above code in the WordPress page itself (HTML mode), but the WYSIWYG editor mangles it every time when switching between HTML and Visual view. &#60;/p&#62;
&#60;p&#62;Here's the dev site page I'm testing this on - &#60;a href=&#34;http://blogsuccessjournal.djmdev.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://blogsuccessjournal.djmdev.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;if there's not a way currently to show a block of HTML above the form, that could be a great additional field under form settings. :-)&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
