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.

Need expert to guide me on forms integration with outside company

  1. Billmcq
    Member

    I would really appreciate some insight. I currently use gravity forms on my real estate website as a call to action contact form. I would love to be able to take the basic contact info from Gravity forms submissions and update my real estate lead management software (it is from Diverse Solutions real estate IDX lead management). Anyway, Diverse solutions has their own contact form creator to create form html for me to embed on my website that will integrate with their database automatically. .....but I would much rather use gravity forms instead for many reasons.

    By looking at the html they provide, can anyone tell me if there is a way I can use my gravity forms instead, but through the use of hidden fields, etc also be able to update the diverse solutions client database?? I am not sure what I would do with their form action either. I am not an expert in this by any means so be gentle..lol Thanks so much for any assistance!

    Here is the HTML form they provide that would integrate with their database.

    <form action="." method="POST" onsubmit="this.setAttribute('action', 'http://emails.dsagentreach.com/webservices/remoting.asmx/AddContact'); return true;">
    <input type="hidden" name="PublicID" value="ghhdf77c762caa5436a8447ad25af647c8e" />
    <input type="hidden" name="LeadSourceGroup" value="New DSS Leads" />
    <input type="hidden" name="RedirectURL" value="http://www.websitename.com/redirect" />
    <table>
    <tbody>
    <tr><td><label class="dsar_1">First Name</label></td><td><input type='text' name='dsar_1' class='text textinput' /></td></tr>
    <tr><td><label class="dsar_2">Last Name</label></td><td><input type='text' name='dsar_2' class='text textinput' /></td></tr>
    <tr><td><label class="dsar_13">Home Phone</label></td><td><input type='text' name='dsar_13' class='text textinput' /></td></tr>
    <tr><td><label class="dsar_18">Email</label></td><td><input type='text' name='dsar_18' class='text textinput' /></td></tr>
    <tr><td><label class="dsar_1050">Referring URL</label></td><td><input type='text' name='dsar_1050' class='text textinput' /></td></tr>
    <tr><td><label class="dsar_5245">Referral</label></td><td><input type='text' name='dsar_5245' class='text textinput' /></td></tr>

    <tr>
    <td colspan="2">
    <input type="submit" name="submit" value="Submit" />
    </td>
    </tr>
    </tbody>
    </table>
    </form>

    Posted 11 years ago on Wednesday February 20, 2013 | Permalink
  2. This would be a good candidate for a post on our job board to find some help with this:
    http://www.gravityhelp.com/forums/forum/job-board

    However, the way you would accomplish it is to use the gform_after_submission hook to send data to this 3rd party. You would still capture the lead in Gravity Forms, but once that is done, Gravity Forms would send the data to Diverse Solutions.

    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Saturday February 23, 2013 | Permalink
  3. Thank you for posting the job:
    http://www.gravityhelp.com/forums/topic/need-short-form-integration-with-3rd-party

    Posted 11 years ago on Saturday February 23, 2013 | Permalink

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