I’m trying to sanitize a formData but I want to keep the Quote.
$formData = filter_var_array($formData, FILTER_SANITIZE_STRING);
I know There