The data entered in the WFFM form is not encoded during submitting. As a result, the "Assess security risk" WFFM verification action blocks the "<", ">" and "&" symbols and throws the following warning:
The field contains content that may present a security risk. Please enter appropriate information.
Apply the following patch to encode the unsafe symbols when a form is submitted:
Note: the "UnsafeChars" parameter contains a list of unsafe chars separated with a pipe. You can disable encoding if you set the "EnableEncodeUnsafeChars" parameter value to "false".
Remove the "Assess security risk" action from the list of verification actions for the particular form: