When the user clicks the button, the link should pass the entry id and the field value you want to update.
From what I understood from the docs, this can be triggered as a Form Action, but I can't find a way to make it happen from an external source, such as a link from an email message
Add a button to the email. Emails are HTML. Anything that works in HTML, works in an email. You have to write the HTML yourself. If you don't know how to write HTML, consider hiring a developer from https://formidable-masterminds.com/developers-directory/
I'm not sure it would be possible to create a POST request from an email button
Please login or Register to submit your answer