Skip to content
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

Ability to send an email with a link to a new form entry, rather than the form data #7

Closed
sussexrick opened this issue Sep 6, 2018 · 5 comments
Assignees

Comments

@sussexrick
Copy link

Originally logged as http://issues.umbraco.org/issue/CON-1488 using Umbraco 7.6.13 and Forms 6.0.6.

I would like to notify form owners when someone submits their form, but I do not want to include potentially sensitive data in an insecure medium like email. It's important for GDPR that we don't do that.

The alternative is to send a link to the form entry in the Umbraco back office, which will be authenticated and running over TLS. We can use the Razor email template workflow to change the email content, but it only has access to the fields on the form and we need the metadata - the id of the entry and the form. Please can FormsHtmlModel be extended to include that metadata.

This also requires the back office to support having a unique URL for viewing an individual form entry, so that we can link to it. This would also be useful for bookmarking individual entries.

(I have worked around this for now by using a workflow to insert the ids into a field, and modifying the out-of-the-box entries view to support a querystring parameter for the entry id.)

@vaskinhu
Copy link

Hi have the same problem..~

Can you share your implementation?

@umbrabot
Copy link

Hiya @sussexrick,

Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.

We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed).

To open it this issue up again, you can write @umbrabot still relevant in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it's still relevant.

For example:

@umbrabot still relevant
This bug can still be reproduced in version 8.9.0

This will reopen the issue in the next few hours.

Thanks, from your friendly Umbraco GitHub bot 🤖 🙂

@umbrabot umbrabot added the status/stale Marked as stale due to inactivity label Dec 17, 2020
@tcmorris
Copy link

tcmorris commented Feb 9, 2023

@umbrabot still relevant

I think this still stands as an issue since the URL doesn't change when viewing individual form entries. We've been asked about this requirement recently and it'd be great to have included in a future release.

@AndyButland AndyButland reopened this Sep 20, 2023
@umbracotrd umbracotrd self-assigned this Oct 20, 2023
@AndyButland
Copy link

We'll have this ability to directly link to an entry in the next minor release. The format will be:

/umbraco#/forms/Form/entries/<form id>?id=<entry id>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants