A fast solution in profile fields for the huddle theme…
Go to wp-content/themes/huddle/functions.php and open it.
At line 45 you should see
` $new_values[] = ‘‘ . $value . ‘‘; `
change it with this
` $new_values[] = strip_tags( $value ); `
I bought this theme today, and i did not have time to beautify the code and the functions, but i will write again probably the next days.