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.

Am I missing something

  1. jporter80
    Member

    Is it possible to edit the html field name for the field. I want to intergrate this with my online CRM and i have to use the CRM's field names for it to work.

    i would like the email field to have name="EMAIL"

    Is this possible?

    Posted 14 years ago on Tuesday October 27, 2009 | Permalink
  2. No, you can't rename the input fields. In order to integrate with your CRM, you have two options:
    1- Configure gravity forms to redirect to a Confirmation Page passing your fields in the query string. Then add code to your confirmation page that reads from the query string and populates your CRM's database with the data. You could also read from the query string, create a new html form with hidden fields and re-post to your CRM with the field names it expects

    2- You can use one of GF's hooks to read all the fields that were submitted and then either insert directly into your CRM's database or create a new html form and re-post to your CRM Url with the names it expects.
    You can find more info about our Hooks and some code snippets in our documetation page

    Posted 14 years ago on Tuesday October 27, 2009 | Permalink