I've set up a form with multiple Single Line Text fields. Some of these fields are used for inputting passwords, and many of our customers have strong passwords that include various special characters. I've noticed that when the greater than (>) or less than (<) characters are included , they are not properly escaped to the actual HTML coded version of the characters. They should be escaped to
& g t;
& l t;
(with no spaces)
This occurs not only when the form is submitted, but also when attempting to edit the form on the Entries page for that form. I have found that if I manually replace them with the HTML code, then they display properly.
Here is the link, although I don't think it will be needed: https://wpengine.com/migrate/