Posted on by

Clearing the Participants Database Table

If you want to start with a clean slate on Participants Database, you need to reset the main database table. One way to do this is to use phpMyAdmin, an application for managing databases. This application is usually available in your hosting control panel: Open the application, select your WordPress database, then select the Participants… (read)

Posted on by

Sending a Signup Notification to a Custom Recipient

This tutorial explains how to set up your Participants Database signup submission notification so that the email goes to a different recipient based on a value in the submission. In this example, the person filling out the signup form is going to make a selection in the form (let’s say with a radio button) that… (read)

Posted on by

Automatically Sending an Email using the WordPress Cron

I occasionally get requests for a way to have an email sent automatically when a certain condition is met. For example, when it’s someone’s birthday, an email would be sent to them with a birthday greeting. This kind of thing is possible using the WordPress cron, which can launch functions in the background. This is… (read)