If I add the addslashes code below in admin.simplemembership.class.others.php it works...except all html are stripped
Code: |
$settings.="$user_configuration['admin_created_msg_for_user'] = '" .addslashes($user_configuration['admin_created_msg_for_user'])."';n";
|