horace3d
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsThanks! 🙂
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fields$('.wpcf7 input[type="checkbox"]').on("change", function(e) { // e.preventDefault(); // doesn't help! e.stopPropagation(); // helps! });This workaround helps! It also happens with file inputs by the way.
https://wordpress.org/support/topic/contact-form-7-checkbox-problem/
There are other reports of this problem. Maybe someone can post an example for Takayuki Miyoshi so that he can examine it? (I can’t at them moment. Maybe a bit later.)
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsI also have this annoying issue and wasted a lot of time with it today. I hope it will be fixed soon. Maybe there is some workaround with adding your own click event handler on the checkbox and stop propagation or something? I will try tomorrow.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – prevent multiple orders of the same product?Thanks! This looks interesting. 🙂
Forum: Plugins
In reply to: WooCommerce – prevent multiple orders?Thanks! Sorry for posting here!
Forum: Plugins
In reply to: WooCommerce – discount depending on logged in user?Thanks! I wasn’t aware of this.
Viewing 6 replies - 1 through 6 (of 6 total)