I've got a form with a text field which its label is: "Nº de vuelo¨.
When the form is submitted, the email workflow fails with the following error:
2017-04-11 14:12:00,772 [9] ERROR Umbraco.Forms.Core.Providers.WorkflowTypes.SendEmail - [Thread 24] There was a problem sending an email to 'EMAIL_ADDRESS' from Workflow for Form 'Transfers' with id '292a15df-09c3-4365-82f8-a188abd361b5' for Record with unique id '0137e7be-43ba-44ee-a55c-127c018b4480'
System.Xml.XmlException: The 'º' character, hexadecimal value 0xBA, cannot be included in a name.
at System.Xml.XmlDocument.CheckName(String name)
at System.Xml.XmlDocument.CreateElement(String prefix, String localName, String namespaceURI)
at System.Xml.XmlDocument.CreateNode(XmlNodeType type, String prefix, String name, String namespaceURI)
at System.Xml.XmlDocument.CreateNode(XmlNodeType type, String name, String namespaceURI)
at Umbraco.Forms.Data.XmlHelper.addTextNode(XmlDocument xmlDocument, String name, String value)
at Umbraco.Forms.Core.RecordField.ToXml(XmlDocument xmlDocument)
at Umbraco.Forms.Core.Record.ToXml(XmlDocument xd)
at Umbraco.Forms.Core.Providers.WorkflowTypes.SendEmail.Execute(Record record, RecordEventArgs e)
Is there anything I should do to be able to use that character or is this a bug?
Special character error in email workflow
Hi everyone
I've got a form with a text field which its label is: "Nº de vuelo¨. When the form is submitted, the email workflow fails with the following error:
Is there anything I should do to be able to use that character or is this a bug?
Cheers!
Hi Cristhian,
Could you please the report it here, so we have it´s in our issue tracker.
http://issues.umbraco.org/issues/CON
All the best,
/Dennis
Done! here's the link in case anyone is looking for the same thing: http://issues.umbraco.org/issue/CON-1328
is working on a reply...