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.

Value field and admin label do not show up properly

  1. Polansky
    Member

    Meaby I must have overseen some setting, but since upgrading to GF v1.6, I have problems with the value fields and admin labels.

    When a form now is being send via GF (v1.6) the form now shows the 'default label' and not the 'value field'.

    Same problem with the 'field label' and the 'admin label'.
    When I now receive a form the field label is set on the form instead of the admin label I would like to see.

    Is this a bug?
    If its not a bug, what do I do wrong?

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  2. This isn't a bug. Gravity Forms v1.6+ has more functionality related to the {all_fields} merge tag. It lets you control what is displayed. This is so you can display the fields differently in the Admin Notification vs. the User Notification.

    Here is the documentation for the merge tags:

    http://www.gravityhelp.com/documentation/page/Merge_Tags

    You will have to configure the {all_fields} merge tag so it displays what you want it to display based on the available settings described in the documentation above.

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  3. Polansky
    Member

    Thank you Carl.
    However I still do have a question left.

    For the 'admin' field all works correctly as you specified.
    But I still have problem with the 'label' and 'value' fields.

    Even if I entered the tag: {all_fields:admin,value} for the notifications

    I still see the 'label' field instead of the 'value' field.
    eg I have entered:
    label: Product A (€ 45,00)
    value: Product A

    After the form is send I still get to see the label 'Product A (€ 45,00)', while I should have expected to see 'Product A' on the form.

    In the form that is send I would like to have the value displayed instead of the label.
    This happens to me for each of the 'product / Price field' that are entered.

    What do I do wrong?

    Posted 12 years ago on Friday November 18, 2011 | Permalink
  4. You didn't mention it was a Pricing Field. Pricing fields are different, they are more complex because of the way multiple values are stored as the value. I will look into this, it sounds like a bug specifically related to pricing fields and showing only values with the {all_fields} merge tag. We'll get it resolved in the next release.

    Posted 12 years ago on Friday November 18, 2011 | Permalink