Disabling Conditional Logic on the Edit Entry page

If you have a particular use case and need to disable the conditional logic on the Edit Entry page, there's a filter that allows that:

add_filter( 'gravityview/edit_entry/conditional_logic', '__return_false' );
When using this filter, fields that were supposed to be hidden will keep their values when editing the entry.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us