skip to Main Content

Contact Form 7

Issues triggering logged-in recipes

When attempting to use Contact Form 7 with a logged-in recipe, you may find that your recipe is not being triggered.  This is because by default, Contact Form 7 submits all forms anonymously – even when submitted by users that are logged-in.

To work around this and ensure your recipe will fire, you can set subscribers_only: true on your form. This will ensure submitting the form triggers the logged-in recipe. Unfortunately, this also means anonymous (logged-out) users will not be able to submit the form; if you need anonymous users to be able to submit the form, you’ll need to create a separate version for them.

More details about this setting can be found here: https://contactform7.com/additional-settings/

Back To Top