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.

Submitting Field Values instead of Labels

  1. stranflow
    Member

    We're passing a form to Sales Force API. We have values for checkbox options that are being passed to GF's own DB but when pass to Sales Force's api, the LABELS are being passed instead.

    How can we pass the VALUES in the query string instead of passing the LABELS?

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  2. Append :value to the field merge code used in the query string builder.

    So instead of:

    {Field Name:1}

    Use:

    {Field Name:1:value}

    This works for fields that have values such as checkboxes, radio buttons and drop down fields.

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  3. stranflow
    Member

    Perfect! Thanks.

    Posted 12 years ago on Friday May 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.