Using cbadmin_entryEditorInBody to create a form but the data is not there.

When I hook into cbadmin_postEntrySave the form data is not in the RC, so is this lost or am I not doing something right. I have looked at the code and still see how it is not working.

In my interceptor for cbadmin_postEntrySave(), I simply do event.getCollection() and all of the fields I added to the form (in the sidebar, in my case) are present.

Thanks, I just figured what I did wrong. I sort of had a blonde moment when it came to select tags, and they need wont return the data if nothing is selected.