Sometimes a user will get the following error when opening a form:
Most of the time this indicates that there is a problem with an API call, not in how it is set up, but how in actually retrieving the data from CX. To troubleshoot this issue:
Sometimes a user will be sent a link for Dynamic Forms and not able to log in to the form.
If a participant is filling out the form and there are fields on the form that should be pre-filled with their data when they access the form:
Martin at DF's explanation for 2.d. - "When fields are set up with the basic prefill (triggered after the form is created), it will only ever fire once per form instance, when the first participant starts the form. To get it to trigger for a different participant, change the trigger to "Before starting the form" and specify the participant for which it should fire."
The reason that sections or headers lose their color is because it is using css3 when referencing the RGB color.
The solution to have those headers show properly is to replace it with a hex code instead of the RGB color code.
W3 Schools has a great tool for converting RBG color codes to hex codes: https://www.w3schools.com/colors/colors_converter.asp
If a user gets this message when trying to sign a Dynamic Form, the most likely cause is that they did not exactly type the text that Dynamic Forms was expecting on the Electronic Signature page.
For example, in this example, the final character was excluded, causing the error to show:
The name above the text boxes is pulled from the SSO response for that user and represents their name in Active Directory.