Form workflow 'Zoho XML' failed on 'Submitted' of Record with Unique ID 'ae24e361-c1c8-4308-8600-926bf9c0786d' from the Form named 'Contact form' with Unique ID '47e698a5-36b3-4998-878d-784177a25e7d'
System.ArgumentException: Specified value has invalid HTTP Header characters.
Parameter name: name
at System.Net.WebHeaderCollection.CheckBadChars(String name, Boolean isHeaderValue)
at System.Net.WebHeaderCollection.Add(String name, String value)
at System.Collections.Specialized.NameValueCollection.Add(NameValueCollection c)
at Umbraco.Forms.Core.Providers.WorkflowTypes.PostAsXml.Execute(Record record, RecordEventArgs e)
at Umbraco.Forms.Core.WorkflowType.ExecuteWorkflow(Record record, RecordEventArgs e, Workflow workflow)
at Umbraco.Forms.Core.Services.WorkflowService.ExecuteWorkflows(List`1 workflows, RecordEventArgs e)
There is no "name" field in the form, i've tried changing field names in the XSLT to original aliases of form fields (Instead of First Name, i used firstName, et cetera.) Still no luck. Stuck with the same error.
Umbraco Forms, post as XML
Hello there, i have been trying to set up umbraco forms to post submitted data to Zoho Recruit as XML.
I can successfuly send data to recruit by simply going to url with the format below;
However i couldn't get umbraco forms to work.
I add this to my URL field;
https://recruit.zoho.com/recruit/private/xml/Candidates/addRecords?authtoken=apikey&scope=recruitapi&xmlData=
And my workflow setup looks like this;
There's this "XsltFile" option, I have no idea how the XSLT must be set up to get an xml format like this;
Any help would be very much appreciated. Thank you.
Update: I created an xslt file and added it onto workflow, but i still get errors that i can't find any relevant solution online;
Down below is the XSLT code;
Error Message;
There is no "name" field in the form, i've tried changing field names in the XSLT to original aliases of form fields (Instead of First Name, i used firstName, et cetera.) Still no luck. Stuck with the same error.
is working on a reply...