Hello. My name is Renzo

I am Renzo Johnson, a full-stack software developer based in Orlando, Florida. I build and maintain WordPress plugins, WooCommerce systems, React interfaces, APIs, and the infrastructure that keeps those products running. WordPress and open-source work My longest-running public work is in the WordPress ecosystem. My WordPress.org profile identifies the plugins I publish and maintain, while … Read more

Contact Form 7 Redirect After Submitting the Form

Redirect After Submitting the Form You can set Contact Form 7 to redirect to any page after the form was successfully submitted. – First, copy the code below: on_sent_ok: “location = ‘http://domain/thank-you’;” – Then paste the code inside the ‘Additional Settings’ tab and edit it to reflect your current setup: This is a quick and … Read more

MailChimp Double Opt-In Process

MailChimp Double Opt-In Process Let’s understand the Double Opt-In Process. Contact Form 7 MailChimp Extension features a ‘Double opt-in’ option to provide your subscribers a means to confirm their subscription to your Mailchimp.com mailing list. You can turn on the ‘Double opt-in’ option in the plugin settings by activating the check-box provided as in the … Read more

Woocommerce Check-out remove terms and conditions

Woocommerce Check-out remove terms and conditions I have been looking where to disable or remove the Terms and conditions checkbox from the Woocommerce checkout page and it turns out it is as easy as this: Hope this helps yous! .

Conditionally Specifying a MailChimp List

ChimpMatic: Contact Form 7 to Mailchimp for WordPress

Conditionally Specifying a MailChimp destination list If you want to send the field values of your form to a different MailChimp list depending in user input, in this case ‘Choose your service’, you can generate a similar form as below: See below how we generate this form, using a [select] tag with 3 options (3 … Read more

Manage Mailchimp Audience fields and *|MERGE|* tags

How to Find and Manage Your Mailchimp Audience Fields and *|MERGE|* Tags To add, edit or remove Mailchimp fields and MERGE tags first you need to select your audience or mailing list inside mailchimp.com. To find your Mailchimp audience or mailing list head to: https://admin.mailchimp.com/lists In this page you will see a listing of all … Read more