I am trying to use an entity reference field in my content type that uses a views filter to limit the fields in the entity and place them in a select list in a new content form. This works fine. However when I publish the form, it only saves the entity id - not the values that the view returned to the select box. I need to do this in the Drupal UI to include it in a features override.
Does anyone know how to accomplish this? The only thing I have come up with is the Entity Reference View Widget
module, but the maintainer has placed a note on the module page stating that it should not be used. Any help here would be appreciated.