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

		<item>
			<title>Ruby on "Adding code messes up my wordpress admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-code-messes-up-my-wordpress-admin#post-161800</link>
			<pubDate>Wed, 06 Mar 2013 06:57:59 +0000</pubDate>
			<dc:creator>Ruby</dc:creator>
			<guid isPermaLink="false">161800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I changed themes and am trying to add this code again to my theme functions.&#60;br /&#62;
Here is the theme functions current code.&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/cenpgkwy4wms38rbyozaq&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/cenpgkwy4wms38rbyozaq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I replaced the end } ?&#38;gt; with the code im trying to add&#60;/p&#62;
&#60;p&#62;and here is the code I'm trying to add&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/7sphfos8py6hljtvxacrqq&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/7sphfos8py6hljtvxacrqq&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Laurent CUCHET on "populate function give a white page. Why ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-function-give-a-white-page-why#post-160638</link>
			<pubDate>Tue, 05 Mar 2013 05:26:30 +0000</pubDate>
			<dc:creator>Laurent CUCHET</dc:creator>
			<guid isPermaLink="false">160638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All in question, and the code here come from Gravity. Any idea why I get errors ?&#60;/p&#62;
&#60;p&#62;Code paste in functions.php :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// populate the field with &#38;quot;user_firstname&#38;quot; as the population parameter with the &#38;quot;first_name&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_firstname&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;first_name\&#38;#39;); return $value;&#38;#39; ));

// populate the field with &#38;quot;user_lastname&#38;quot; as the population parameter with the &#38;quot;last_name&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_lastname&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;last_name\&#38;#39;); return $value;&#38;#39; ));

// populate the field with &#38;quot;user_email&#38;quot; as the population parameter with the &#38;quot;email&#38;quot; of the current user
add_filter(&#38;#39;gform_field_value_user_email&#38;#39;, create_function(&#38;quot;&#38;quot;, &#38;#39;$value = populate_usermeta(\&#38;#39;user_email\&#38;#39;); return $value;&#38;#39; ));

// this function is called by both filters and returns the requested user meta of the current user
function populate_usermeta($meta_key){
global $current_user;
return $current_user-&#38;gt;__get($meta_key);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>designpretty on "Gravity Form installation crashed my page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-installation-crashed-my-page#post-159366</link>
			<pubDate>Sun, 03 Mar 2013 20:04:34 +0000</pubDate>
			<dc:creator>designpretty</dc:creator>
			<guid isPermaLink="false">159366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I tried to install Gravity for on my wordpress and it completely crashed my page to the point where I couldn't even access my dashboard.  I subsequently had to contact my programer to fix it which defeated the purpose of using gravity forms.  Please contact me to assist with installation or refund my money asap.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Oneka Benn Schwartz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mastromktg on "Drop Down list dynamic population."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-list-dynamic-population#post-154312</link>
			<pubDate>Mon, 25 Feb 2013 14:35:11 +0000</pubDate>
			<dc:creator>mastromktg</dc:creator>
			<guid isPermaLink="false">154312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having problems populating a drop down list dynamically in a Gravity form. I want the DDL to populate with Buddypress groups so users can choose to join a group when they register.&#60;/p&#62;
&#60;p&#62;I used this guide &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;&#60;br /&#62;
and entered the function into the functions.php file of my wordpress theme, and I also tried it in several other functions.php files. When I did this, it broke the entire site. &#60;/p&#62;
&#60;p&#62;Anyone know what the problem might be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ellisoncreative on "Changing background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-background#post-152393</link>
			<pubDate>Fri, 22 Feb 2013 12:43:22 +0000</pubDate>
			<dc:creator>ellisoncreative</dc:creator>
			<guid isPermaLink="false">152393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to add a background color to my form.  I tried using the code from &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/change-background-color&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/change-background-color&#60;/a&#62; but I got a white screen and I had to restore my site. I'm kind of an idiot when it comes to coding, and was wondering if you could explain to me exactly what I need to do.  Like I said, I tried following the post above...but I apparently screwed it up! :)&#60;/p&#62;
&#60;p&#62;I'm using the Avada wp theme, so I don't know if that has something to do with it...but the form shows up just fine so I don't see why I wouldn't be able to change the colors.&#60;/p&#62;
&#60;p&#62;Here's a link to my form...http://69.195.124.81/~intechfu/how-to-apply/&#60;/p&#62;
&#60;p&#62;Thank you!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Can&#039;t Change Field Font Size [Headway  theme]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-change-field-font-size-headway-theme#post-150161</link>
			<pubDate>Tue, 19 Feb 2013 10:36:21 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">150161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm trying to target the field text size to have font size 12, and STOP it from going to grey after you move away from the field in this contact form &#60;a href=&#34;http://dev2.itarsenal.com/?page_id=14&#34; rel=&#34;nofollow&#34;&#62;http://dev2.itarsenal.com/?page_id=14&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The theme is Headway and they even have some built in design blocks for Gravity Forms, but nothing I'm doing is responding via the LIVE CSS editor or the Headway options, can I receive some help?&#60;/p&#62;
&#60;p&#62;-r
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rchapman on "unable to access my site!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-access-my-site#post-146959</link>
			<pubDate>Thu, 14 Feb 2013 13:21:17 +0000</pubDate>
			<dc:creator>rchapman</dc:creator>
			<guid isPermaLink="false">146959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Since installing gravity forms I have been unable to preview the forms so I was in the process of changing the theme to 2012 as advised but got ths error - Parse error: syntax error, unexpected '&#38;lt;' in /home/dodger/public_html/www.trendmarketingspecialists.com/wp-content/themes/twentytwelve/inc/custom-header.php on line 150&#60;/p&#62;
&#60;p&#62;I am now unable to access my site at all!&#60;/p&#62;
&#60;p&#62;Help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacobkettner on "large file upload not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/large-file-upload-not-working#post-134257</link>
			<pubDate>Mon, 28 Jan 2013 17:43:44 +0000</pubDate>
			<dc:creator>jacobkettner</dc:creator>
			<guid isPermaLink="false">134257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using gravity forms with woocommerce on &#60;a href=&#34;http://www.personalizedshowercurtains.com&#34; rel=&#34;nofollow&#34;&#62;http://www.personalizedshowercurtains.com&#60;/a&#62;.  I require customers to upload high resolution image files for printing, and it works fine as long as the image file is under about 3mb.  When I try to upload an image file over 10mb it processes for a while and then just refreshes the page.  I've changed max file upload in php.ini to 64mb and set the timeout time to 240, so I don't think this is the issue.  I've tried adding the following lines in .htaccess as I found suggested in another thread, but it returns me an internal server error message.&#60;/p&#62;
&#60;p&#62;php_value upload_max_filesize 20M&#60;br /&#62;
php_value post_max_size 20M&#60;br /&#62;
php_value max_execution_time 240&#60;br /&#62;
php_value max_input_time 240&#60;/p&#62;
&#60;p&#62;In the other thread it said that this meant I should contact my host, but I'm on a vps, and I talked to them and they said just to change php.ini in WHM and that they had no size limits on their end.  I'm not sure if this is a GF issue or not, but I'm really hoping you can help me get this working.  Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Gravity Forms v1.6.12 - Broke Wordpress?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-v1612-broke-wordpress#post-144571</link>
			<pubDate>Fri, 08 Feb 2013 04:30:11 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">144571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just upgraded from v1.6.11 to .12 via the auto-update, and my site is no longer accessible?! &#60;/p&#62;
&#60;p&#62;I am getting a HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.&#60;/p&#62;
&#60;p&#62;I don't know how this is possible... but I also don't know how to troubleshoot it at all... &#60;/p&#62;
&#60;p&#62;I tried to overwrite the .12 with a version of .11 I had on my computer... but no change... I have no idea what to do :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sobrent on "After (radio button) answer go to certain page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-radio-button-answer-go-to-certain-page#post-138571</link>
			<pubDate>Fri, 01 Feb 2013 10:10:21 +0000</pubDate>
			<dc:creator>Sobrent</dc:creator>
			<guid isPermaLink="false">138571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;dear anyone&#60;/p&#62;
&#60;p&#62;I am making a website and want to achieve the following:&#60;/p&#62;
&#60;p&#62;A client can fill in a form: when he selects a question in a form he should be directed to a certain page.&#60;/p&#62;
&#60;p&#62;so when i want to get in touch and he/she selects that &#38;gt; the client goes to the contact page,&#60;br /&#62;
when he wants to see more project &#38;gt; the client goes to the portfolio page.&#60;/p&#62;
&#60;p&#62;How to acchieve it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
