I have a frontend posting form (CF7), where user inputs (among other data of course) his email. Now I set the status to pending.
What I want is, that the user would get trough autoresponder a mail, in which would be the link for changing the status to PUBLISH when clicked on. Is there any solution for this? Autoresponder is not the problem, I do not know, how to set up this link.
When the post is created and set to
pending
, build a unique identifier for auto-publishing, for example:Now create a link for the email:
Send this link in your email to the submitterâs address:
Then watch for the matching
$_GET
parameters when the recipient clicks the link: