<?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 Tag: invalid html - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/invalid-html</link>
		<description>Gravity Support Forums Tag: invalid html - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:57:46 +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/tags/invalid-html/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>jhallawell on "Unfinished Anchor Link in Confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unfinished-anchor-link-in-confirmation#post-201198</link>
			<pubDate>Mon, 08 Apr 2013 11:13:07 +0000</pubDate>
			<dc:creator>jhallawell</dc:creator>
			<guid isPermaLink="false">201198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the code snippet. As you can see, the results section has an unfinished anchor which is breaking the layout of the site. Any help would be greatly appreciated!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a id=&#38;#39;gf_51&#38;#39; name=&#38;#39;gf_51&#38;#39; class=&#38;#39;gform_anchor&#38;#39; &#38;lt;div id=&#38;quot;gquiz_confirmation_message&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Quiz Results:&#38;lt;/strong&#38;gt; You Failed!&#38;lt;br /&#38;gt;
	&#38;lt;strong&#38;gt;Correct Answers:&#38;lt;/strong&#38;gt; 8&#38;lt;br /&#38;gt;
	&#38;lt;strong&#38;gt;Percentage:&#38;lt;/strong&#38;gt; 40%&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;
					&#38;lt;/div&#38;gt;

					&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;post-edit-link&#38;quot; href=&#38;quot;http://www.busu.net/wp-admin/post.php?post=6249&#38;amp;action=edit&#38;quot; title=&#38;quot;Edit Page&#38;quot;&#38;gt;Edit this entry.&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gressli on "All select menus in Date drop down field has same ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-select-menus-in-date-drop-down-field-has-same-id#post-102148</link>
			<pubDate>Thu, 13 Dec 2012 10:39:26 +0000</pubDate>
			<dc:creator>gressli</dc:creator>
			<guid isPermaLink="false">102148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I decided to try adding Chosen to the drop down date field. But GF adds the same ID to each select menu when using it. The only select menu that gets the Chosen style properly is the first instance (taking values from the last instance).&#60;/p&#62;
&#60;p&#62;So the day, month and year select menus all have the same ids. The normal functionality works, but the HTML isn't valid. And Chosen doesn't work either.&#60;/p&#62;
&#60;p&#62;I managed to make it work using some hacky preg_replace;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//Day
$content = preg_replace(&#38;quot;/(&#38;lt;div class=&#38;#39;gfield_date_dropdown_day[^&#38;gt;]+\&#38;gt;)(&#38;lt;select name=&#38;#39;input_\\d{1,2}\[\]&#38;#39; )(id=&#38;#39;input_\\d{1,2}_\\d{1,2}_\\d{1,2})/s&#38;quot;, &#38;quot;\$1$2$3_1&#38;quot;, $content);
//Month
$content = preg_replace(&#38;quot;/(&#38;lt;div class=&#38;#39;gfield_date_dropdown_month[^&#38;gt;]+\&#38;gt;)(&#38;lt;select name=&#38;#39;input_\\d{1,2}\[\]&#38;#39; )(id=&#38;#39;input_\\d{1,2}_\\d{1,2}_\\d{1,2})/s&#38;quot;, &#38;quot;\$1$2$3_2&#38;quot;, $content);
//Year
$content = preg_replace(&#38;quot;/(&#38;lt;div class=&#38;#39;gfield_date_dropdown_year^&#38;gt;]+\&#38;gt;)(&#38;lt;select name=&#38;#39;input_\\d{1,2}\[\]&#38;#39; )(id=&#38;#39;input_\\d{1,2}_\\d{1,2}_\\d{1,2})/s&#38;quot;, &#38;quot;\$1$2$3_3&#38;quot;, $content);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bfinelsen on "HTML Block Conditional Logic Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-block-conditional-logic-not-working#post-168141</link>
			<pubDate>Mon, 11 Mar 2013 20:32:58 +0000</pubDate>
			<dc:creator>bfinelsen</dc:creator>
			<guid isPermaLink="false">168141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In continuing to build a form for my site, I am running into a small snag (or at least I hope it's a small snag, regarding the conditional logic of several HTML blocks. As you can view on this page, &#60;a href=&#34;http://alltheyneedislove.org/adoption-application/&#34; rel=&#34;nofollow&#34;&#62;http://alltheyneedislove.org/adoption-application/&#60;/a&#62;, you will see 4 empty fieldsets. The logic works as so...The user clicks &#34;No&#34; for the Will this be your first pet question, then another field appears and asks them to select between 1 and 4 previous pets. Based on that number, the fieldsets with their associated fields would then appear. As it is right now, the fieldset stays, but the fields are working correctly.&#60;/p&#62;
&#60;p&#62;You can see in this screenshot, how I have setup the logic, and its the same logic I have applied to the fields that work correctly: &#60;a href=&#34;http://grab.by/kCjO&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/kCjO&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas on how to resolve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AmericanPool on "Issue with Multi-page Form in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-multi-page-form-in-chrome#post-171304</link>
			<pubDate>Thu, 14 Mar 2013 12:44:21 +0000</pubDate>
			<dc:creator>AmericanPool</dc:creator>
			<guid isPermaLink="false">171304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;There have been reports of issues with this multi-page form in Chrome only.&#60;br /&#62;
Here is the form: &#60;a href=&#34;http://www.superiorpool.com/lifeguards/welcome-aboard/returning/&#34; rel=&#34;nofollow&#34;&#62;http://www.superiorpool.com/lifeguards/welcome-aboard/returning/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Reports say that the user cannot get to the second page of the form. Again, this is only happening in Chrome.&#60;/p&#62;
&#60;p&#62;Please let me know if you need any other information to solve this mystery!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jfrnril on "Page break previous and next image not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-break-previous-and-next-image-not-working#post-153125</link>
			<pubDate>Sat, 23 Feb 2013 13:27:19 +0000</pubDate>
			<dc:creator>jfrnril</dc:creator>
			<guid isPermaLink="false">153125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Firstly I am a total noob at the css stuff. The problem I am having is when I try to paste a direct link to use an image instead of the standard next and previous buttons it will erase when I close the page break and/or update the form so my button links never save. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;Thanks in advance...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jiffymoveinc.com/request-a-quote/&#34; rel=&#34;nofollow&#34;&#62;http://jiffymoveinc.com/request-a-quote/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ryan Alfaddaghi on "add HTML to the Form Settings (advanced tab)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-html-to-the-form-settings-advanced-tab#post-159123</link>
			<pubDate>Sun, 03 Mar 2013 00:01:35 +0000</pubDate>
			<dc:creator>Ryan Alfaddaghi</dc:creator>
			<guid isPermaLink="false">159123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I try to add HTML it is giving me an error. I want to add a link to the LOG-IN URL so that people can Sign up or Log in if they have not. The little help indicator says that it supports HTML but its not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coolguythampy on "HTML Being Stripped Out from HTML Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-being-stripped-out-from-html-block#post-145077</link>
			<pubDate>Sat, 09 Feb 2013 07:29:58 +0000</pubDate>
			<dc:creator>coolguythampy</dc:creator>
			<guid isPermaLink="false">145077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to build a recommendation tool using Gravity forms.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://hostinghq.in/tool/&#34; rel=&#34;nofollow&#34;&#62;http://hostinghq.in/tool/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem is, the HTML field that gets displayed does not show the live links. Try this by simply answering &#34;How Many Websites Will You Host in Your Account?*&#34; with 10+.&#60;/p&#62;
&#60;p&#62;Also, is there any way to show the result once the user submits the form rather than using HTML tab on the same page?&#60;/p&#62;
&#60;p&#62;The method I am using now is using conditional fields and creating several HTML blocks. I know this is not the ideal way as I can miss out on several combinations. Can you suggest an alternative?&#60;/p&#62;
&#60;p&#62;P.S: I am using the latest chrome browser.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dansod on "Click &#34;Show results&#34; and page get scrambled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-show-results-and-page-get-scrambled#post-96168</link>
			<pubDate>Tue, 27 Nov 2012 10:50:01 +0000</pubDate>
			<dc:creator>dansod</dc:creator>
			<guid isPermaLink="false">96168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I use this shortcode to display a poll on a WP page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
[gravityform action=&#38;quot;polls&#38;quot; id=&#38;quot;25&#38;quot; mode=&#38;quot;poll&#38;quot; style=&#38;quot;red&#38;quot; show_results_link=&#38;quot;true&#38;quot; display_results=&#38;quot;true&#38;quot; percentages=&#38;quot;true&#38;quot; counts=&#38;quot;true&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All looks good until I hit the &#34;Show results&#34;  button. When the page reloads the whole page is suddenly scrambled with content displaced all over the page. I've found it's due to a missing &#60;code&#62;&#38;lt;/div&#38;gt;&#60;/code&#62;. If I place one after the shortcode the page looks better:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[gravityform action=&#38;quot;polls&#38;quot; id=&#38;quot;25&#38;quot; mode=&#38;quot;poll&#38;quot; style=&#38;quot;red&#38;quot; show_results_link=&#38;quot;true&#38;quot; display_results=&#38;quot;true&#38;quot; percentages=&#38;quot;true&#38;quot; counts=&#38;quot;true&#38;quot;]&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But now the side menu on the page disappears! I'm using a theme (Modernize) on top of WP. This is probably the problem. But what to do? &#60;/p&#62;
&#60;p&#62;I also have problem with the GF widget that uses the unordered list ( &#60;code&#62;&#38;lt;ul&#38;gt;&#60;/code&#62; ) code from the theme's css, which looks bad.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Johan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "Conditional HTML block not displaying in IE9"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-block-not-displaying-in-ie9#post-138250</link>
			<pubDate>Fri, 01 Feb 2013 04:54:16 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">138250@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that works as expected in Opera, Firefox and Chrome, but in IE9 (not sure of other versions) a particular conditinal HTML block does not display. &#60;/p&#62;
&#60;p&#62;Could I email the page to someone in support to take a look? Is this a known issue? I'm using the latest release of both Gravity Forms and Wordpress.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-136608</link>
			<pubDate>Wed, 30 Jan 2013 15:05:30 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">136608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form here: &#60;a href=&#34;http://mercedesbenzsanjuan.com/home/&#34; rel=&#34;nofollow&#34;&#62;http://mercedesbenzsanjuan.com/home/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you make a selection on the radio buttons, it's auto-scrolling to the top of the page.  this only happens in Firefox and Opera.  &#60;/p&#62;
&#60;p&#62;Any one have any ideas how to fix this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
