I have a text box that users use to enter text. Only three special characters are causing problems when later viewing the text in the app.
When an "&" is entered, it displays "&"
When a ":" is entered, it displays ":"
When either "{" or "}" are entered, the app displays "{"
This is what the user will input on the form.

This is what the reviewer will see (in the app) once the form is submitted.

Does anyone know if there is a fix for this so that that all special characters work as normal?