This is a good plugin. But currently Required function not work on product page (v. 1.0.7.).
I add to cart the item without checked the required checkbox (variation product).
And the checkbox appear on cart page to. But i think it is should not be.
Thank you.
I am looking for a way to add a required checkbox when a costumers wants to make an account. It should say: Ik ga akkoord met het de verwerking van mijn persoonsgegevens door Natuursteen Stefano en heb de privacy verklaring gelezen.
which means something like: i agree with the privacy policy
Does someone know a way to do this?
]]>the “Required” checkbox for “I confirm that I have read and agree to the Privacy Policy” and the “Optional” checkbox for “Subscribe …” are not showing up on the webpage.
They are set to be required in the plugin settings under Checkbox Messages.
I have the issue in Safari, Firefox and Opera browsers.
When I try to download, I receive an “Please make sure all fields are filled in correctly.” error, because I cannot check those boxes. Without the checkboxes I could download, but I need to alert people to privacy policy and GDPR.
Thanks for advising!
]]>Someone posted the following code in order to make the checkbox required. But it also makes ALL CF7 forms require a MC4WP checkbox, so it basically breaks contact forms.
/**
* By default, Contact Form 7 disables HTML5 validation so we can not use the default <code>required</code> attribute.
*
* This code uses CF7 logic to ensure that the subscribe checkbox is checked.
*/
add_filter( 'wpcf7_acceptance', function( $yes ) {
if( ! $yes ) { return false; }
return ! empty( $_POST['_mc4wp_subscribe_contact-form-7'] );
});
What I’d like to know is how do I modify this code to only work on a particular form, (the Mailchimp signup form) and leave the other forms alone?
This question was posted on the MC4WP support forum, and was directed here. I’ve searched and haven’t found this exact issue on this forum. Thanks in advance for any help you can provide.
]]>When i put a required checkbox under “Additional” fields, my validation fails even though the checkbox is selected.
In fact, the field label goes red as soon as i check the box. This problem does not occur if i put the field under “Billing”, but then the field saves to the user account which i do not want.
Sometimes, it goes through without validation issues, which is odd, because 99% of the time it fails.
]]>Is there a way to get this to prompt the user to check the box instead?
https://www.ads-software.com/plugins/woocommerce-checkout-manager/
]]>