Spam confirmation message issue [RESOLVED]

Hello,

When a user submits a form and gets marked as spam the form is displaying the default generic confirmation message instead of my own.

I have changed the default message and have no other confirmations:

The exact text in my confirmation:
Click the link below to start watching the video
{webinar_source_link}

When the entry gets marked as spam this is what the user sees instead of my message:
image

Configured notifications, add-on feeds, and confirmations are not used when an entry is marked as spam

You can use the gform_confirmation filter to override the confirmation used for spam submissions:

The second code snippet for example 5 shows how you can return your configured confirmation.

2 Likes

That works thanks!