<?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: Using a HTML class for styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling</link>
		<description>Gravity Support Forums Topic: Using a HTML class for styling</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 17:49:07 +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/using-a-html-class-for-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>danielpettifer on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20864</link>
			<pubDate>Sat, 19 Mar 2011 15:07:29 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">20864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thank you for your help &#38;amp; prompt reply, I will try these methods and let you know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20861</link>
			<pubDate>Sat, 19 Mar 2011 14:29:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't need to edit the plugin to reference external files. You would add these to your WordPress theme in the header.php file.&#60;/p&#62;
&#60;p&#62;I guess you could add an HTML block in the form itself and add the script/css references in there. That all depends on how the js runs.. it may need to run BEFORE the form gets loaded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20858</link>
			<pubDate>Sat, 19 Mar 2011 14:02:58 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">20858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok but I still need to link the css and JS files for the form to output properly, the class will not work otherwise. Can I reference the css and Js in the form editor?  If not I don't mind changing the core files, I will update them when you update them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20846</link>
			<pubDate>Sat, 19 Mar 2011 10:02:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20846@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's no need to edit the core files. If you did, they would be overwritten when you run auto-updates on the plugin anyhow.&#60;/p&#62;
&#60;p&#62;You can add a custom class name to the form via the form editor. Click on the form name to open the form settings panel, then go to the advanced tab. You'll see the &#34;CSS Class Name&#34; field about half way down the panel.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/9yZa&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9yZa&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20845</link>
			<pubDate>Sat, 19 Mar 2011 09:44:07 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">20845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the code I need to add:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;niceforms.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;all&#38;quot; href=&#38;quot;niceforms-default.css&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;class=&#38;quot;niceform&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have found calls for the other css &#38;amp; js librarys in form_detail.php, should I be editing this file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Using a HTML class for styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-html-class-for-styling#post-20844</link>
			<pubDate>Sat, 19 Mar 2011 08:39:28 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">20844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to use &#34;Niceforms&#34; &#60;a href=&#34;http://www.emblematiq.com/lab/niceforms/help/&#34; rel=&#34;nofollow&#34;&#62;http://www.emblematiq.com/lab/niceforms/help/&#60;/a&#62; with a  gravity form but I do not know where to add the class. (It requires that I add class=&#34;niceform&#34; to the form html). How is the html outputted? Which php file should I edit?&#60;/p&#62;
&#60;p&#62;I need to add the class and also link the form to another style sheet.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
