<?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: Pre purchase questions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1</link>
		<description>Gravity Support Forums Topic: Pre purchase questions</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:25:43 +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/pre-purchase-questions-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59880</link>
			<pubDate>Tue, 22 May 2012 12:26:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59880@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wrongjon on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59878</link>
			<pubDate>Tue, 22 May 2012 12:25:24 +0000</pubDate>
			<dc:creator>wrongjon</dc:creator>
			<guid isPermaLink="false">59878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great - thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59843</link>
			<pubDate>Tue, 22 May 2012 10:32:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is doable. We can offer guidance if you get stuck along the way as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wrongjon on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59841</link>
			<pubDate>Tue, 22 May 2012 10:15:31 +0000</pubDate>
			<dc:creator>wrongjon</dc:creator>
			<guid isPermaLink="false">59841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob&#60;/p&#62;
&#60;p&#62;I think the highrise thing is a simple as emailing a message to your highrise dropbox address and it will create a new contact and message data based on the from field in the message so think this is doable if we can send different messages to multiple recipients on form submisison&#60;br /&#62;
&#60;a href=&#34;http://highrisehq.com/emaildropbox&#34; rel=&#34;nofollow&#34;&#62;http://highrisehq.com/emaildropbox&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;with the calculated field we need to work out a percentage&#60;/p&#62;
&#60;p&#62;$rate = ($current_mortgage_balance + $loan_amount_needed + $current_secured_debt) / ($property_value + 1);&#60;br /&#62;
if($rate &#38;lt; 0 &#124;&#124; $rate &#38;gt; 0.85) {&#60;br /&#62;
    // declined so we just send admin a decline email and then redirect customer to a declined message&#60;br /&#62;
else&#60;br /&#62;
  // acceppted and here we send 4 different emails and redirect customer to acceppted message&#60;/p&#62;
&#60;p&#62;is that doable with the above variables coming from 4 fields on the form?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59824</link>
			<pubDate>Tue, 22 May 2012 09:47:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jon&#60;/p&#62;
&#60;p&#62;1/2/4 are not a problem.&#60;/p&#62;
&#60;p&#62;3 - Do you mean that someone at highrise gets a copy and they manually enter the data?&#60;/p&#62;
&#60;p&#62;You should be able to pull off the calculation - what did you have in mind when you say it sends different emails?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wrongjon on "Pre purchase questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-purchase-questions-1#post-59819</link>
			<pubDate>Tue, 22 May 2012 09:25:47 +0000</pubDate>
			<dc:creator>wrongjon</dc:creator>
			<guid isPermaLink="false">59819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
We need a form plugin that allows us to send different emails to different people on form submission&#60;/p&#62;
&#60;p&#62;eg form is sibmitted and these emails are sent:&#60;br /&#62;
1. Email to the customer who submitted the form saying thank you etc&#60;br /&#62;
2. Email to us admins with the form data&#60;br /&#62;
3. Email to highrise crm to populate our crm (specific layout and fields)&#60;br /&#62;
4. Email to our underwriters&#60;/p&#62;
&#60;p&#62;Can that be done and we also needed form logic so that if a calculated percentage of two different fields is less than say 80% it sends different emails......&#60;/p&#62;
&#60;p&#62;If we cant send different emails with this logic then can we use conditional logic to say if less than 80% (calculated across two fields) we disable the submit button or show a warning message?&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Jon
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
