On my form I use the review page before submission like described here:
That works perfect.
But, is it possible that the review page only appears on a specific value (yes) of a checkbox? (So if the checkbox value =no, the form will be submitted, without reviewing it).
The filter provides you access to $entry, so you could add an if statement to any of the examples in the documentation to check the value for the field before enabling the review page. The following documentation explains you how to get values from $entry: Entry Object - Gravity Forms Documentation
Thanks for your quick reply.
Yes, I found that page but I can’t find where to put the conditional statement.
Is it possible you can help me on my way: If checkbox is YES then go to review page, if checkbox is NO, the form will be submitted without review.