I know there is the frm-entry-update-field shortcode that can place a link on a page to allow the LOGGED IN user to click it and update a specific field in a form, but how can I send a link to the person who filled in the form over email and allow them to say "accept" the results. These users won't have an account on my site.
The idea is this:
You can do this with the API add-on. https://formidableforms.com/knowledgebase/formidable-api/
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