<?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 Forum: Gravity Forms FreshBooks Add-On - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/forum/gravity-forms-freshbooks-add-on</link>
		<description>Gravity Support Forums Forum: Gravity Forms FreshBooks Add-On - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 01:06:08 +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/forum/gravity-forms-freshbooks-add-on/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>johne on "Is it possible to create a new recurring profile?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-create-a-new-recurring-profile#post-61366</link>
			<pubDate>Mon, 04 Jun 2012 14:15:00 +0000</pubDate>
			<dc:creator>johne</dc:creator>
			<guid isPermaLink="false">61366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to create a new recurring profile in freshbooks? Currently I have the client add themselves and then I add them to the recurring profile area. &#60;/p&#62;
&#60;p&#62;Ideally I could have a one-time charge plus a recurring all in one form.&#60;/p&#62;
&#60;p&#62;Is this something coming up? Could this be added in?&#60;/p&#62;
&#60;p&#62;You guys are awesome, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anthonymowl on "Adding more info to description field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-more-info-to-description-field#post-66475</link>
			<pubDate>Mon, 16 Jul 2012 11:42:33 +0000</pubDate>
			<dc:creator>anthonymowl</dc:creator>
			<guid isPermaLink="false">66475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to be able to pass more information to the Freshbooks invoice generated from the Gravity Forms. Is there a way to be able to use merge tags or add more description to the product description field based on inputs from the forms? There are other fields (not pricing fields) that I need to be included in the invoices. &#60;/p&#62;
&#60;p&#62;If this is not directly possible, are there other workarounds that I'm not seeing? There's very little in the forums about Freshbooks here....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>weschyrchel on "Invoice for Setup and Recurring Fee, but only add fee to recurring billing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/invoice-for-setup-and-recurring-fee-but-only-add-fee-to-recurring-billing#post-98890</link>
			<pubDate>Tue, 04 Dec 2012 17:19:37 +0000</pubDate>
			<dc:creator>weschyrchel</dc:creator>
			<guid isPermaLink="false">98890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I like the idea of sending an invoice to Freshbooks for recurring billing and I hear that might be coming, but is there a way for me to send a form to Freshbooks, but then charge the setup fee and recurring fee, but only have the recurring fee earmarked for recurring billing?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>50pixels on "Add-on creating a client but not an invoice/estimate in Freshbooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-on-creating-a-client-but-not-an-invoiceestimate-in-freshbooks#post-70702</link>
			<pubDate>Sat, 11 Aug 2012 18:02:21 +0000</pubDate>
			<dc:creator>50pixels</dc:creator>
			<guid isPermaLink="false">70702@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have tried several times but couldn't get Gravity Forms to create an invoice or estimate in Freshbooks. Can you please assist us?&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;Pietro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alexey Nechaev on "Call to undefined function curl_init() in .../api/HttpClient.php on line 75"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/call-to-undefined-function-curl_init-in-apihttpclientphp-on-line-75#post-147333</link>
			<pubDate>Fri, 15 Feb 2013 15:19:18 +0000</pubDate>
			<dc:creator>Alexey Nechaev</dc:creator>
			<guid isPermaLink="false">147333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What should I find and what should I edit in HttpClient.php on line 75 ?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;private function _init($url,$token)
	{
		$this-&#38;gt;_url = $url;
		$this-&#38;gt;_token = $token;
		//init connection
{75}		$this-&#38;gt;_curlConn = curl_init($this-&#38;gt;_url);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_HEADER, false);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_NOBODY, false);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_RETURNTRANSFER, true);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_FOLLOWLOCATION, true);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_USERPWD, $this-&#38;gt;_token);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_TIMEOUT, 15);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_SSL_VERIFYPEER, FALSE); // Validate SSL certificate
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_SSL_VERIFYHOST, FALSE);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_USERAGENT, &#38;quot;FreshBooks API AJAX tester 1.0&#38;quot;);
		return $this;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This add-on is not working for me :((
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danrip on "Sending Invoices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-invoices#post-112174</link>
			<pubDate>Tue, 01 Jan 2013 23:35:42 +0000</pubDate>
			<dc:creator>danrip</dc:creator>
			<guid isPermaLink="false">112174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Seems to be a popular question, but have been trying to find out if the latest version (1.3) of the Freshbooks add-on included the automatic sending of invoices functionality, or is that still something coming in the next round of refreshes?&#60;/p&#62;
&#60;p&#62;If it's the latter - is the workaround noted in &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/auto-sending-invoice&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/auto-sending-invoice&#60;/a&#62; still viable?&#60;/p&#62;
&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stemcat5 on "Duplication of accounts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/duplication-of-accounts#post-89854</link>
			<pubDate>Sun, 11 Nov 2012 20:26:25 +0000</pubDate>
			<dc:creator>stemcat5</dc:creator>
			<guid isPermaLink="false">89854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Each time a customer  fills out my form for an order, an estimate (or invoice - depending on what they order) is created in Freshbooks. However if it is a repeat customer, Freshbooks creates another account profile for them - even if they use the same email address. Is there any way the form to recognize a returning customer via their email?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stemcat5 on "Address modification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-modification#post-89820</link>
			<pubDate>Sun, 11 Nov 2012 15:00:18 +0000</pubDate>
			<dc:creator>stemcat5</dc:creator>
			<guid isPermaLink="false">89820@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Advanced Field for Address allows the second address line, state/province and country fields to be hidden. Is it possible to be able to hide Street Address, City and Postal code? I only need the user's Country and State/Province to sync with Freshbooks (basically for tax purposes). I do not need to ask them for their postal code or home address. Because I deliver a digital service, I feel that this unnecessary personal information is likely affecting conversion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Sterne on "Freshbooks Notes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/freshbooks-notes#post-44032</link>
			<pubDate>Wed, 14 Dec 2011 13:59:54 +0000</pubDate>
			<dc:creator>Ian Sterne</dc:creator>
			<guid isPermaLink="false">44032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to add information to the notes area for Freshbooks based on the form input? Could I use merge tags to personalise the notes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boparker on "Getting error when activating plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-error-when-activating-plugin#post-65955</link>
			<pubDate>Thu, 12 Jul 2012 10:45:22 +0000</pubDate>
			<dc:creator>boparker</dc:creator>
			<guid isPermaLink="false">65955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting the following error when I activate the plugin.&#60;/p&#62;
&#60;p&#62;Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /nfs/c01/h09/mnt/13175/domains/reisresearch.com/html/wp-content/plugins/gravityformsfreshbooks/api/HttpClient.php on line 79&#60;/p&#62;
&#60;p&#62;Any ideas on how to fix this? THanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
