<?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: Customising &#039;There has been an error with your form&#039;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form</link>
		<description>Gravity Support Forums Topic: Customising &#039;There has been an error with your form&#039;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:04:47 +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/customising-there-has-been-an-error-with-your-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-154112</link>
			<pubDate>Mon, 25 Feb 2013 09:42:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">154112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I usually place small jquery code like that at the bottom of the page I have embedded the form on, you will need to wrap it in a document ready function like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$(document).ready(function(){
     $(&#38;#39;.gform_footer&#38;#39;).prepend(
          $(&#38;#39;.validation_error&#38;#39;)
     );
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JonC on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-154100</link>
			<pubDate>Mon, 25 Feb 2013 09:23:42 +0000</pubDate>
			<dc:creator>JonC</dc:creator>
			<guid isPermaLink="false">154100@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard I shall give go later.&#60;/p&#62;
&#60;p&#62;Where do I place the snippet of code to change the position of the error message?&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;br /&#62;
Jon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153923</link>
			<pubDate>Mon, 25 Feb 2013 04:16:24 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">153923@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's a sample for changing the appearance of the main validation error message&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .validation_error {
    border: 1px solid #000;
    background: yellow;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now that will apply to all gravity forms site wide, if you only want it to apply to that one form then modify it to read, with 5 being your form number&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper_5 .validation_error {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now to change the position of the validation error message I think you will have to use some jQuery like so, I haven't tested it but it should move the validation error message so it appears in the forms footer area with the submit button.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;.gform_footer&#38;#39;).prepend(
     $(&#38;#39;.validation_error&#38;#39;)
);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Depending on your sites setup you probably will need to replace $ with jQuery
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153917</link>
			<pubDate>Mon, 25 Feb 2013 04:10:08 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">153917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jon to move the field labels from above each field to the left of each field you can edit the form settings and at the bottom of the form settings properties panel there is a 'label placement' drop down which should have 'top aligned' selected, change that to left aligned and then save and re-load your page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonC on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153550</link>
			<pubDate>Sun, 24 Feb 2013 13:56:54 +0000</pubDate>
			<dc:creator>JonC</dc:creator>
			<guid isPermaLink="false">153550@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Example form is at the following link  (bottom of page)&#60;br /&#62;
&#60;a href=&#34;http://www.woodworkersuk.co.uk/wooden-driveway-gates.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.woodworkersuk.co.uk/wooden-driveway-gates.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I would like to do is not change the actual text, but change the format of it - make it larger and a different colour so it stands out more.&#60;br /&#62;
I'd also if possible like to reposition the main 'There has been an error' text so it appears next to (or just above) the 'Submit' button.&#60;/p&#62;
&#60;p&#62;Would also like to have the name of each field next to each field rather than above it as well if that is possible?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Jon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153506</link>
			<pubDate>Sun, 24 Feb 2013 11:48:53 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">153506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi JonC, as Chris says if you provide a link more specific &#38;amp; customised guidance can be provided but in the meantime you may want to take a look at the CSS targeting samples in the documentation which provide examples for targeting and customising the styling of various gravity forms elements, this link will take you straight to the section regarding validation errors &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Validation_Errors&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Validation_Errors&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153362</link>
			<pubDate>Sun, 24 Feb 2013 01:52:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">153362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please provide a link to the page on your site with the form in question, and let us know exactly which text you want to change.&#60;/p&#62;
&#60;p&#62;For each individual field, you can change the text &#34;This field is required.&#34; on the advanced tab.  Fill in the field &#34;Validation Message&#34; to override the default message.&#60;/p&#62;
&#60;p&#62;To change the whole form validation error message ('There was a problem with your submission. Errors have been highlighted below.') you can use the gform_validation_message filter &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation_message&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation_message&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonC on "Customising &#039;There has been an error with your form&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-there-has-been-an-error-with-your-form#post-153052</link>
			<pubDate>Sat, 23 Feb 2013 10:35:06 +0000</pubDate>
			<dc:creator>JonC</dc:creator>
			<guid isPermaLink="false">153052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using several different Gravity forms across various pages on my website. Each form has three required fields, if these fields are not filled in an error message if shown just under the form title saying&#60;br /&#62;
'There was a problem with your submission. Errors have been highlighted below.'&#60;/p&#62;
&#60;p&#62;Next to each field that has not been filled in is&#60;br /&#62;
'This field is required.'&#60;/p&#62;
&#60;p&#62;Is there anyway I can customise the size and colour of this text to make it stand out a bit more?&#60;br /&#62;
Also is it possible to also highlight the actual fields that should have been filled in?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
