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.

Form Field Value in Confirmation

  1. design903
    Member

    I have a drop down form field on a form that uses "enable values".
    Ex: option name: Two Man Team - option value: 80

    I need to display this form field value on the Confirmation page. I need to display the "80" not the "Two Man Team". In my confirmation message I am referencing: {Team Type:4} - this displays "Two Man Team" instead of "80".
    How do I get it to display the field value and not the label?

    URL of Form: http://hannah.design903.com/fishing-tournament-registration/

    Posted 13 years ago on Monday January 10, 2011 | Permalink
  2. By default the form field variables show the label rather than the value as typically the label is user friendly and the value may be something that is more admin friendly instead. But you can still get to the value.

    Instead of:

    {Team Type:4}

    Use:

    {Team Type:4:value}

    Posted 13 years ago on Monday January 10, 2011 | Permalink
  3. design903
    Member

    Thank You! I knew it was going to be something easy like that, works like a charm now.

    Posted 13 years ago on Monday January 10, 2011 | Permalink
  4. Hi I would like to do something similar, but perhaps in reverse!
    I have a checkbox that displays the Label in the notification email however shows the Value in the entry listing within Wordpress?
    I need them both to show the Label, which describes an option on a subscription form.
    Thanks for any help...

    Posted 11 years ago on Monday September 24, 2012 | Permalink