How can change the Field mapping so that it will populate into another system

  • pacman22
    Asked on March 21, 2014 at 8:03 PM

    Example...I have a crm called Leadtrac...the mapping for first name is FirstName.  How can i add that to each field so that when i push submit it goes into the CRM?

  • NeilVicente
    Replied on March 22, 2014 at 10:22 AM

    If your CRM supports POST data submission, then you have two options with JotForm.

    One is by setting the POST URL to your CRM's, with each form field mapped to the CRM by use of URL query strings.

    For example: http://www.yourcrm.com/savedata.php?FirstName={firstName}&Email={email}

    The other is by using webHooks.

    I have searched for "leadtrac" but I could not find any good information with regards to its API. Before we can proceed and provide you with the specifics, we need to know how your CRM works.

    Thank you in advance for your cooperation. Cheers!