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.

Get the value from one form field

  1. afid
    Member

    Hello I just bought Gravity Forms and I have one question - how can I get the value of one form field for example checkbox? I'd like to make a condition - if checkbox is empty then display something or not.

    thanks

    Posted 13 years ago on Wednesday February 8, 2012 | Permalink
  2. Have you checked this out yet?

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

    Posted 13 years ago on Wednesday February 8, 2012 | Permalink
  3. afid
    Member

    Yes I checked it, but I neet to use it on other page - gravity-forms-addons.php not in the form I fond something like this http://www.gravityhelp.com/documentation/page/Entry_Object but when I write <?php echo $entry["1"]; for field 1 - Ive got nothing

    Posted 13 years ago on Wednesday February 8, 2012 | Permalink
  4. Afid, I am also in your shoes.
    My case is different in that I want to use a prior selection (from a dropdown on the same page) to determine what percentage to use in a tax calculation (See example: http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax).
    I have tried for hours/days now but no way out...
    I thought the $entry["n"] syntax was used to call up data already submitted???

    Posted 13 years ago on Wednesday February 8, 2012 | Permalink