<?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 User Favorites: dwhitlock</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/dwhitlock'>dwhitlock</a></link>
		<description>Gravity Support Forums User Favorites: dwhitlock</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:59:26 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Validation not working on custom form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-not-working-on-custom-form#post-111219</link>
			<pubDate>Sun, 30 Dec 2012 19:21:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can style a Gravity Form like you can style any other element in your WordPress installation.  You use CSS and add that to your theme's stylesheet.    If you would like to start over, please start a new topic.  Embed the form normally in a page or post, using the shortcode, so that validation works, and then post the link to that page or post, and let us know what elements you want to change.&#60;/p&#62;
&#60;p&#62;If you want, you can alternatively turn off the output of the Gravity Forms CSS (on the Forms &#38;gt; Settings page, select &#34;No&#34; for the radio button option &#34;Output CSS&#34;.  That will suppress the output of the Gravity Forms stylesheet, and rely strictly on the styles which are included in your theme.  Most themes do not include styles for every form element, so you may still need to do additional work.  You can try with or without the Gravity Forms CSS and determine which method is closer to your desired outcome, then ask for help from there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwhitlock on "Validation not working on custom form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-not-working-on-custom-form#post-111169</link>
			<pubDate>Sun, 30 Dec 2012 15:40:28 +0000</pubDate>
			<dc:creator>dwhitlock</dc:creator>
			<guid isPermaLink="false">111169@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can i change the form that gravity form produces like the look i want.&#60;br /&#62;
Gravity form makes a simple looking form. Is there a way of changing it to look like the one i have on my website?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Validation not working on custom form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-not-working-on-custom-form#post-110588</link>
			<pubDate>Sat, 29 Dec 2012 13:10:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">110588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms was not designed to be used like that.  Is there a reason you cannot use the Gravity Forms widget to insert the form properly?&#60;/p&#62;
&#60;p&#62;When using a form like this, which is not supported, you would probably have to include the Gravity Forms scripts and styles manually to ensure the form works (looks like you already did that with the stylesheet).  I'm not sure if that would work, but if you insert the form like this, chances are the scripts are not present which is why the validation would not work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwhitlock on "Validation not working on custom form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-not-working-on-custom-form#post-110354</link>
			<pubDate>Sat, 29 Dec 2012 05:48:53 +0000</pubDate>
			<dc:creator>dwhitlock</dc:creator>
			<guid isPermaLink="false">110354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a custom form which i created by copying the gravity form code and removing the divs and only using the form code. I have inserted the code in my wordpress widget.&#60;/p&#62;
&#60;p&#62;you can view the form from here:&#60;br /&#62;
&#60;a href=&#34;http://50.116.122.182/~outsidea/&#34; rel=&#34;nofollow&#34;&#62;http://50.116.122.182/~outsidea/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;its the form on the right under get started today.&#60;/p&#62;
&#60;p&#62;The form works when i enter all the fields and submit. but the validation do not work.&#60;br /&#62;
if i left the fields blank and click submit the home page loads again with out showing any error on the same or next page.&#60;/p&#62;
&#60;p&#62;Here is the code that i am using inside my widget:&#60;/p&#62;
&#60;p&#62;&#38;lt;link media=&#34;all&#34; type=&#34;text/css&#34; href=&#34;http://50.116.122.182/~outsidea/wp-content/plugins/gravityforms/css/forms.css?ver=3.3.1&#34; id=&#34;gforms_css-css&#34; rel=&#34;stylesheet&#34;&#38;gt;&#60;br /&#62;
&#38;lt;form action=&#34;/~outsidea/&#34; id=&#34;gform_2&#34; enctype=&#34;multipart/form-data&#34; method=&#34;post&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;hidden&#34; value=&#34;Submitted&#34; name=&#34;formState&#34;&#38;gt;&#60;br /&#62;
&#38;lt;table width=&#34;220&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;input name=&#34;input_1.3&#34; id=&#34;input_2_1_3&#34; tabindex=&#34;1&#34; type=&#34;text&#34; value=&#34;&#38;nbsp;&#38;nbsp;first name&#34; onfocus=&#34;if (this.value == '&#38;nbsp;&#38;nbsp;first name') this.value = '';&#34; /&#38;gt;&#60;br /&#62;
    &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;input id=&#34;input_2_1_6&#34; name=&#34;input_1.6&#34; tabindex=&#34;2&#34; type=&#34;text&#34; value=&#34;&#38;nbsp;&#38;nbsp;last name&#34; onfocus=&#34;if (this.value == '&#38;nbsp;&#38;nbsp;last name') this.value = '';&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;input id=&#34;input_2_2&#34; name=&#34;input_2&#34; tabindex=&#34;3&#34; type=&#34;text&#34; value=&#34;&#38;nbsp;&#38;nbsp;email address&#34; onfocus=&#34;if (this.value == '&#38;nbsp;&#38;nbsp;email address') this.value = '';&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;input id=&#34;input_2_3&#34; name=&#34;input_3&#34; tabindex=&#34;4&#34; type=&#34;text&#34; value=&#34;&#38;nbsp;&#38;nbsp;phone (555-555-1234)&#34; onfocus=&#34;if (this.value == '&#38;nbsp;&#38;nbsp;phone (555-555-1234)') this.value = '';&#34;  /&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;input type=&#34;submit&#34; tabindex=&#34;5&#34; value=&#34;Submit Query&#34; id=&#34;submitButtonLink&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;   &#38;lt;input type=&#34;hidden&#34; value=&#34;1&#34; name=&#34;is_submit_2&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;2&#34; name=&#34;gform_submit&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;50cf389b27a99&#34; name=&#34;gform_unique_id&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;YToyOntpOjA7czo2OiJhOjA6e30iO2k6MTtzOjMyOiIwMzM3YmNjZjBkMjhjZmQ0NGRjNmMyODQyYWMzNDcwMiI7fQ==&#34; name=&#34;state_2&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;0&#34; id=&#34;gform_target_page_number_2&#34; name=&#34;gform_target_page_number_2&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;1&#34; id=&#34;gform_source_page_number_2&#34; name=&#34;gform_source_page_number_2&#34; class=&#34;gform_hidden&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input type=&#34;hidden&#34; value=&#34;&#34; name=&#34;gform_field_values&#34;&#38;gt;    &#60;/p&#62;
&#60;p&#62;    &#38;lt;/td&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;table width=&#34;220&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt; &#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt; jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [2, 1])}); &#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
