-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a CF7 submission is un-spammed, it should be treated the same as an allowed form submission #166
Comments
@crweiner I've merged a fix to develop that should do the trick. To test it, add a new entry to the form, then edit the form in wp-admin at Let me know. |
Thanks so much, @nickpagz! I used the Akismet A few things I noted, and I'm not sure if any of these need to be changed or not:
cc: @ajolo2ky for their input (I'll also reach out via email) |
Hi team, Thanks for the work on this issue! Having multiple entries under the same permalink shouldn't be a problem for us (although that shouldn't happen as a person should endorse it one time only), so if we have multiple records for the same person, that's ok from a functionality standpoint. |
Description
When a Contact Form 7 (CF7) submission is marked as spam on https://opensource.org/ai/endorsements, it skips adding the submitter as a pending Supporter (a custom CPT).
However, if a CF7 submission is incorrectly categorized as spam, then manually marked as not spam in Flamingo, then the code in PR #162 is not being triggered.
We will look to see if there is a way to trigger the same code/hooks if a form submission is marked as not spam in Flamingo in the same way that it would have been triggered if the CF7 submission went through properly.
See the following #149 and #162 for a background on the Supporter CPT and how it connects to CF7:
See the internal dev request for further information.
The text was updated successfully, but these errors were encountered: