You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  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

Support Discontinued
As a discontinued platform, OptimizePress 2.0 is no longer officially supported. We recommend upgrading to our new OptimizePress suite. Click the button below to see our latest plans
Upgrade to OptimizePress 3.0