PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Pre purchase questions

  1. wrongjon
    Member

    Hi
    We need a form plugin that allows us to send different emails to different people on form submission

    eg form is sibmitted and these emails are sent:
    1. Email to the customer who submitted the form saying thank you etc
    2. Email to us admins with the form data
    3. Email to highrise crm to populate our crm (specific layout and fields)
    4. Email to our underwriters

    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......

    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?

    thanks
    Jon

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink
  2. Jon

    1/2/4 are not a problem.

    3 - Do you mean that someone at highrise gets a copy and they manually enter the data?

    You should be able to pull off the calculation - what did you have in mind when you say it sends different emails?

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink
  3. wrongjon
    Member

    Hi Rob

    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
    http://highrisehq.com/emaildropbox

    with the calculated field we need to work out a percentage

    $rate = ($current_mortgage_balance + $loan_amount_needed + $current_secured_debt) / ($property_value + 1);
    if($rate < 0 || $rate > 0.85) {
    // declined so we just send admin a decline email and then redirect customer to a declined message
    else
    // acceppted and here we send 4 different emails and redirect customer to acceppted message

    is that doable with the above variables coming from 4 fields on the form?

    thanks

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink
  4. This is doable. We can offer guidance if you get stuck along the way as well.

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink
  5. wrongjon
    Member

    Great - thanks

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink
  6. No problem, glad to help out.

    Posted 12 years ago on Tuesday May 22, 2012 | Permalink

This topic has been resolved and has been closed to new replies.