I was able to discover the problem.
It appears that the Gravity Forms add-on has its own validation which does not check the status of validation prior to perform its own logic. Therefore, any previous validation that had failed would not trip the Gravity Forms validation, therefore allowing Gravity Forms to validate and removing them from the product page.
The solution to this is to add the following code to line 414 of the gravityforms-product-addons.php file:
// If valid is passed in as false, do not complete validation
if(!$valid)
return false;
I have submitted this as a bug, so hopefully it will be resolved in a future update.
Related Posts:
- How to use third-party SendGrid Email Validation API in Gravity Forms?
- How to reorder billing fields in WooCommerce Checkout template? [closed]
- Changing WooCommerce Display Price Based on User Role & Category [closed]
- Sanitize and data validation with apply_filters() function
- Help debugging PHP filter for wordpress [closed]
- How can I customize the wp_list_categories
- Can’t change a label in woocommerce with the normal filter
- Add a Span Around a Product Title in WooCommerce [closed]
- Customize WooCommerce Error Message
- WooCommerce Variable Product Price – Where is “From” text generated from?
- remove_action in plugin file
- How to apply filter at search of woocommerce products?
- Removing an action, or dequeueing style – Both not working
- Shortcodes — Using add_action, add_filter in the shortcode
- How to remove medium size class in gravity form for input tag?
- Contact Form 7: Make field required after checkbox is checked
- Remove comments validation (remove filter?)
- need correction with a snippet in functions.php [closed]
- What’s the best way to echo out a filter variable?
- Filter and validate user role in registration
- Replace Paid Shipping Method With Free Shipping Method WooCommerce [duplicate]
- How to apply_filter / add_filter within 2 others (simultaneous?) add_filter
- ACF Taxonomy search on backend (Relationship field)
- Add HTML to the bottom of each post in a post list
- Add filter conditionally to a page
- Apply a filter str_replace on specific caracters array in the_content()
- Cutting off excerpt with first sentence
- Change URLs in default WordPress slider to relative from absolute
- get_the_archive_title hook unwanted changes!
- Adding Filter | Page Title | Template | Why the_title affecting on menu?
- Set post featured image to author image
- Help needed with woocommerce (wc stripe) filter
- Print url to default featured image
- How to Change the WordPress Locale with the ‘locale’ Filter?
- meta box loop problem with a search filter
- Is there a function to edit Blogs contents in Blogs page?
- How to filter reading/visibility posts based on role?
- What action or filter can I use to change all the html returned from server for a page?
- Filter on the day of the week from timestamp
- using filters on the function from class
- Can I add content before post content without using the_content filter
- How to filter wp_get_recent_posts() to only posts that have thumbnails?
- How can I add a prefix to titles displayed in sidebar using function.php?
- Auto-generated excerpt with shortcode and read more button/text link
- Put data in my-account/view-order/id/ page
- How to make the show as a button?
- Change add_filter based on Ajax
- Admin view: filter posts by whether they have specific taxonomy attached
- How to remove the post pagination (Next page tag) depending on type of traffic source: from utm_campain or non-utm_campain
- Filter posts by categories ajax is showing all the posts
- ‘the_content’ Filter delivers empty string with lengh (608)
- WordPress Add advertising ads befor and after content with periority [closed]
- What action/filter can be used for modifying the page to be rendered?
- Can’t set properly WordPress add_filter function
- Hook inside a hook
- Filter WordPress Archive Widget to exclude posts with specific custom taxonomy term id
- Modify Default URL for /wp-includes/js/wp-emoji.js?ver=4.6.1
- Remove the post_content search from WHERE clause (and CONCAT sql function)
- List all image sizes still getting disabled sizes
- mu-plugins body_class filter not working
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- add_filter not working inside if function
- Enable shortcodes on custom post type
- Edit plugin filter
- Why this remove empty paragraphs from the_content does not works?
- Take filter from multiple functions
- gettext filter does nothing
- How do I disable the warning “The backup of this post in your browser is different from the version below”?
- URL to filter posts by post meta similar to shop/?product_cat=”painting”
- Incrementing content with extra text after save/publish
- Read More in the actual excerpt
- Testing requested query in pre_get_posts
- Code restricted to dashboard, running unexpectedly in the frontend (pre_get_post and admin-ajax.php)
- Change url to posts if they have custom tax only
- How to apply a filter to everything?
- Output dynamic_sidebar_params in wp_head
- Add Filter to get_next_posts_link
- WP Job Manager – display search results from custom search form in taxonomy-job_listing_category page
- Adding user filter – Not updating data in URL
- How to sort posts according to meta value?
- Conditionally (cpt) filter previous and next_post_link
- Hide a specific post from Archive Feed
- Post filter Month dropdown at front-end like wordpress backend
- Password protected Page add_filter to change the text doesn’t work
- wp_editor customization
- Passing a parameter to filter and action functions
- wordpress filtering out caps in wp_title? (UpperCase is changed to Uppercase)
- What problems could happen if I replaced add_filter and add_action with the function calling
- Gravity Forms validate arrival and departure
- How to check which submission button was clicked?
- shortcode function outputs multiple anchor tags
- Plugin option for input box validation
- Restrict access to custom post type and filter from every query
- Converting restricted html in comments to bbcode
- check, if any “add_action” function contains string XXXXXXXXX
- What is the proper/best way to have multiple add_filter for wp-job-manager-resume
- What scope is $blog_url = get_bloginfo() inside a function
- Why none of xmlrpc filters work
- Authenticating custom field on login
- Modify WooCommerce email shipping text value