Hi,
I've created a subscription center page but when I open my browser and navigate to it, it always gives the error "Unable to save the form due to some technical problems. Please try again later" . The same error is displayed btw when I try to use the default Subscription Center Marketing Page btw.
This page just basically shows an email field and a "Do not email" checkbox. The error happens when I click on the submit button.
When I open the Chrome developer tools, I see an HTTP post to https://b16e88e63ab04d3a9ff49de0ab9d1213.svc.dynamics.com/f/formpage/9ef12615-b55b-e911-a96f-000d3a3a8d8c/correlation/hFeERo01MrBjKHxpC2Ikd7EGuezBDzDcd-L81Atui0Y happening when I click the submit button
In the response there is the following Json:
{"ConfirmationMessage":null,"LimitExceededMessage":null,"RedirectUrl":null,"SubmissionStatus":"ContactIdIsUnknown","CaptchaVerificationResult":false,"MissingRequiredFields":null}
From it you can see that the SubmissionStatus is ContactIdIsUnknown. The email address that was entered is for an existing contact and the matching policy works on the email address. So Dynamics 365 should know how to find the existing contact I guess?
Any idea what might be wrong?
Thanks,
Jurgen