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 to get a specific field id to show up in page source code

  1. I need to get this to show up when the page is served:

    <INPUT type="hidden" name="sfga" value="insert-your-salesforce-oid-here"/>

    I created a custom field with a name of sfga, but gravity forms converts it to its own naming convention before serving it. Is there a way to change that?

    Posted 12 years ago on Saturday July 14, 2012 | Permalink
  2. Is that output in the Gravity Form or can it be anywhere in the page? Have you added that to your Gravity Form already somehow? Can you provide a link to your page?

    Are you trying to submit data to Salesforce? Have you tried using the 3rd party Salesforce add-on?

    http://wordpress.org/extend/plugins/gravity-forms-salesforce/

    Posted 12 years ago on Sunday July 15, 2012 | Permalink
  3. Hi, thanks, yes I am trying to get the salesforce for google adwords functionality to work and apparently it needs to see a field with a name of sfga in order to pull data from the page.

    here is the page http://ccctrain.com/paralegal-training-info/

    i ended up using the posting string to get the data in to salesforce. Couldn't figure out how to get my own lead source posted with the salesforce add on.

    thanks,

    Posted 12 years ago on Sunday July 15, 2012 | Permalink
  4. Can you use an HTML block in your form to add that input element, or can you just add that input tag to your template? I'm not familiar with what you actually need to do so I am guessing at possible solutions.

    Posted 12 years ago on Monday July 16, 2012 | Permalink