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>