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.

Updating field names

  1. killerdesign
    Member

    I'm wondering if it's possible to update the field name.
    So for example, in the field below,

    <input type="text" tabindex="1" class="medium" value="" id="input_1_1" name="input_1">

    I would like to change the name="input_1" to something else like name="somethingelse".

    I was told that it's not possible, but if anyone has any ideas, would be very appreciated.

    Posted 14 years ago on Thursday October 14, 2010 | Permalink
  2. The field names and ID's are dynamic and can't be changed. These are used for conditional logic, validation, etc.

    Posted 14 years ago on Thursday October 14, 2010 | Permalink
  3. killerdesign
    Member

    Thanks Kevin,

    So there's no way to change it?

    Or is there anyway I can integrate it with Infusionsoft form?
    As my form is created from Infusionsoft, I need to find a way to send values to Infusionsoft from Gravityforms...

    would be very appreciated if you could give me any ideas.
    Thanks!

    Posted 14 years ago on Thursday October 14, 2010 | Permalink
  4. I'm not familiar with Infusionsoft, have never used it or tried it. It would depend on how you can interact with Infusionsoft. Gravity Forms has plenty of hooks you can use to manipulate data after a form is submitted, including posting it to another location. Something like this should work, however any integrations like this are going to be more advanced and require you to know PHP and WordPress hook/filter usage. You would also need to know how to interact with Infusionsoft via PHP, if possible.

    Posted 14 years ago on Friday October 15, 2010 | Permalink