You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Send Email workflow, if we set up the subject line to be: Email sent from {username}
but username on the form has the value: John O'donnell
the Subject line in the actual email sent says: Email sent from John O\'donnell
Reproduction
If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:
Bug summary
In the Send Email workflow, if using magic strings in the subject field, and the magic string contains a single quote, the email sends \' in the subject line of the email.
Specifics
Umbraco 8.18.5
Umbraco Forms 8.13.6
Steps to reproduce
Create a new form
Create a text input with an alias 'username'
Add a workflow step using 'Send email'
Set a recipient email address to send the mail to
Pick a default template
Set the subject to be: Email sent from {username}
Save the form
Now go to the form to fill it out
Under username, enter : Jack O'Donnell
Submit the form
View the email, especially the subject line. You will see the subject say: Email sent from Jack O\'Donnell
Expected result
The email should say : Email sent from Jack O'Donnell
Actual result
View the email, especially the subject line. You will see the subject say: Email sent from Jack O\'Donnell
The text was updated successfully, but these errors were encountered:
Thanks for the report. This issue was actually found and fixed recently in a more significant update and will be resolved in the next minor releases of Forms 10+ (due out as a release candidate tomorrow). We'll also patch Forms 8 and 9 with this specific fix in the next round of patch releases.
A brief description of the issue goes here.
In the Send Email workflow, if we set up the subject line to be:
Email sent from {username}
but username on the form has the value: John O'donnell
the Subject line in the actual email sent says: Email sent from John O\'donnell
Reproduction
If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:
Bug summary
In the Send Email workflow, if using magic strings in the subject field, and the magic string contains a single quote, the email sends \' in the subject line of the email.
Specifics
Umbraco 8.18.5
Umbraco Forms 8.13.6
Steps to reproduce
Expected result
The email should say : Email sent from Jack O'Donnell
Actual result
View the email, especially the subject line. You will see the subject say: Email sent from Jack O\'Donnell
The text was updated successfully, but these errors were encountered: