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
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
Have you checked this out yet?
http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic
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
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???