1. Home
  2. Knowledge Base
  3. OptimizeMember (Advanced)
  4. Remove “Yes. I want to receive updates via email.” on registration form [OptimizeMember]

Remove “Yes. I want to receive updates via email.” on registration form [OptimizeMember]


Pro Form

If you are using the Paypal pro form then you can use this code to hide it:

div.s2member-pro-paypal-form-submission-section>div.s2member-pro-paypal-form-custom-reg-field-opt-in-div {display:none;}

For the stripe pro form please use following code:

div.optimizemember-pro-stripe-form-submission-section>div.optimizemember-pro-stripe-form-custom-reg-field-opt-in-div {
display:none;
}

Add the code to the LiveEditor of the page >> Page Settings >> Other Scripts >> Custom CSS.

Default WordPress Registration Form

For default WordPress registration page, use this code:

<style>
form#registerform p:nth-child(7){
display: none !important;
}
</style>

Note that if you have added custom fields to the registration form, you’ll have to change p:nth-child(7) accordingly. Increase 7 depending on the fields that you’ve added

Add the code to OptimizeMember >> General Options >> Login Page & Registration Form Design >> Login/Registration Footer Design.

Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for? Don't worry we're here to help!
Contact Support