DiMaNacho
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll by Auto Load Next Post] Can’t make it work :/Same problem here with Jannah.
@sebd86 what we need to implement in the theme (on child theme) to start working?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Validation not workForum: Plugins
In reply to: [Contact Form 7] Validation not workMarked as resolved 😀
Forum: Plugins
In reply to: [Contact Form 7] Validation not workNow works!
Thanks Takayuki.
Please, update the code in your site, because I copied it from there.
Forum: Plugins
In reply to: [Contact Form 7] Validation not workfunction cf7_custom_form_validation($result, $tag) { $tag = new WPCF7_Shortcode($tag); if ($tag->name == 'pedidoFinal') { $leInput = isset($_POST[$tag->name]) ? trim($_POST[$tag->name]) : ''; if ($leInput == '') { $result->invalidate($tag, "Debe seleccionar por lo menos un producto."); } } return $result; } add_filter( 'wpcf7_validate_text*', 'cf7_custom_form_validation', 20, 2 );Didn’t work 🙁
Forum: Plugins
In reply to: [Contact Form 7] Validation not workLOL, yes!,
but I tried without the conditional and didn’t work.
Viewing 6 replies - 1 through 6 (of 6 total)