I have a custom content type with a field (id is field_link_to_persona) that is multi-valued text. In my UI I have checkboxes that correspond to values in that field and if I uncheck the box and save I want to remove the value from the field. I load the node like this: $ nodes =Read more